README
ember-lodash-es-shim
Installation
ember install ember-lodash-es-shim
Usage
import isPlainObject from 'lodash/isPlainObject';
To learn more about lodash and how to use it visit the lodash Github page.
lodash-es shim for ember-cli
<script type="module">
import emberLodashEsShim from 'https://cdn.skypack.dev/ember-lodash-es-shim';
</script>
ember install ember-lodash-es-shim
import isPlainObject from 'lodash/isPlainObject';
To learn more about lodash and how to use it visit the lodash Github page.