Chris Miller
Chris Miller
Hey all, currently pinning my version of embroider due to this, is there a current workaround, or a suggested webpack configuration addition to handle these files? Or does this necessitate...
> This seems to be an acceptable workaround in our app: > > ```js > let trees = []; > > if (env !== 'production') { > let mirage =...
@wagenet > ``` > let app = new EmberApp(defaults, { > trees: { app: appTree }, > > // ... > ``` > > EDIT 2: The above code actually...
Yep, can confirm, builds are working! Seeing an additional error popping up when actually serving the app in the browser, that might be ember auto import related?: ```sh loader.js:247 Uncaught...
Some progress; I've realized that `@embroider` & `ember-auto-import@v2` are more explicit about declaring in your package.json any package you intend on importing modules from. Above, I was trying to use...
@xMaarf Can you test out the fix at #474 to see if it fixes your issue? This looks like the exact issue I saw when I created it.