You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm seeing this error when ember server --prod, notice the serve works in development env ember serve
Uncaught (in promise) Error: an unsupported module was defined, expected `define(id, deps, module)` instead got: `1` arguments to define`
at o (loader.js:58)
at define (loader.js:197)
at Object.<anonymous> (chunk.6c9d15f03ba3931f58bb.js:1)
at Object.<anonymous> (chunk.6c9d15f03ba3931f58bb.js:1)
at i (chunk.c21632eff1cb7b13a230.js:1)
at Module.<anonymous> (chunk.c21632eff1cb7b13a230.js:1)
at i (chunk.c21632eff1cb7b13a230.js:1)
at s.callback (chunk.c21632eff1cb7b13a230.js:1)
at s.exports (loader.js:106)
at requireModule (loader.js:27)
Does anyone else think it would be worthwhile to add a few more details about this in the docs? I worked through a little exercise today of getting a native node module (csv-parse) to work in a default ember 4.x app and then make it work in embroider: https://github.com/jacobq/embroider-csv-parse-test
The alias for ember-auto-import no longer works when I add embroider
I'm seeing this error when
ember server --prod
, notice the serve works in development envember serve
Repro branch: xg-wang/ember-realworld@2df8c72#diff-e835654135548f75db36136807171b4d12d3514e043f4f80a146b88cc668fba4R11
I can workaround by passing webpack config, my question is should embroider respect alias or webpack config from e-a-i?
The text was updated successfully, but these errors were encountered: