-
Notifications
You must be signed in to change notification settings - Fork 109
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Module build failed after bugfix in package (msw) #559
Comments
It was resolved by the author of strict-event-emitter: https://github.com/open-draft/strict-event-emitter/releases/tag/v0.4.4 by removing the class private methods, but that does not resolve this ember-auto-import bug I guess. |
It fails now in the same way after |
@ef4 do you have any thoughts on this? |
The legacy decorators plugin makes several other class-feature plugins mandatory, including We add legacy decorators here:
That same spot should add the other plugins that legacy-decorators require. We already have |
Issue
Hi, I just updated msw from 0.49.2 to 0.49.3 and now my build started failing:
Error
error.dump.ed21c83f59006d777e2b06b69c6cb6d1.log
Reproduction
I have reproduced the error in a new Ember addon:
Broken build: https://github.com/BoussonKarel/msw-auto-import-bug
Working build: https://github.com/BoussonKarel/msw-auto-import-bug/tree/[email protected]
The text was updated successfully, but these errors were encountered: