Esri / ember-cli-amd

Ember CLI Addon for using AMD libraries
Apache License 2.0
21 stars 15 forks source link

Does not work with ember-auto-import #39

Closed ggayowsky closed 6 years ago

ggayowsky commented 6 years ago

Having this add-on + ember-auto-import causes issues.

tomwayson commented 6 years ago

Thanks @ggayowsky Can you elaborate on said issues? Can you provide any build and/or runtime errors?

odoe commented 6 years ago

Unfortunately, it looks like ember-auto-import use webpack to create bundles during the build process. https://github.com/ef4/ember-auto-import/blob/master/ts/bundler.ts#L69-L75

This workflow is not going to work with this plugin as we do an AMD build of files during the build process.

tomwayson commented 6 years ago

You might try https://github.com/Esri/ember-esri-loader, I suspect that could work w/ ember-auto-import.

ffaubry commented 5 years ago

@ggayowsky It must be fixed with the latest version (>= 1.2.4)