An Ember CLI addon that enables importing CommonJS modules directly into Ember applications using app.import.
ember-cli-cjs-transform is an Ember CLI addon that allows developers to import CommonJS format files directly into their Ember applications using the standard app.import functionality introduced in ember-cli 2.16. This eliminates the need for additional shim packages and simplifies dependency management when integrating CommonJS libraries.
app.import without requiring AMD transformation.require calls at build time and includes all dependencies in the final build output.require('path')).showdown and showdown-highlight without extra shim addons.The project aims to streamline the integration of CommonJS modules into Ember applications by leveraging existing Ember CLI build pipelines, reducing configuration overhead and improving developer experience.
Open-Awesome is built by the community, for the community. Submit a project, suggest an awesome list, or help improve the catalog on GitHub.