Closed MichalBryxi closed 3 years ago
Thanks for the report! This error
Cannot read property 'pkg' of undefined
Is what you end up seeing without this ember-cli-babel
patch applied
https://github.com/babel/ember-cli-babel/pull/368
That PR is still waiting to be merged, so for now, there's not much we can do! I do appreciate your time in reporting the problem, though!
Just tried to drop
ember-esbuild
in one of my fun projects to see whether it might boot up. It did not. Thought the error might be useful:The project is a monorepo with yarn workspaces. Mentioned
bp-ember-components
is an ember addon that lives and is used from inside the monorepo. In all the ember codebases I ran:Both the app and the addon uses `ember-auto-import.
Used version:
Feel free to close this issue if it does not provide any value.