embroider-build / ember-auto-import

Zero config import from npm packages
Other
361 stars 110 forks source link

Fix dynamic import inside allowAppImports dirs #606

Closed ef4 closed 6 months ago

ef4 commented 6 months ago

The ember-auto-import/babel-plugin is necessary for apps that want to add dynamic import support to their classically built code. But inside a file controlled by allowAppImports, webpack is doing the buildng and there is already dynamic import support, so using the plugin there is actually an error.