-
-
Notifications
You must be signed in to change notification settings - Fork 89
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
Build fails for addons that are using @embroider/macros
#732
Comments
@jelhan You can test the build by cloning https://github.com/joostdevries/twiddle-backend and running the test-ember-version-locally.sh script. I might not be able to get to this quickly. Please ask if you have any issues. |
Thanks a lot for sharing that information. I was able to reproduce the bug locally by running
Will try to dig deeper into it later. Just wanted to leave this here for reference in case someone else has the time to pick it up earlier. |
See also embroider-build/embroider#882 |
If an addon is using
@embroider/macros
the build fails:To be honest I'm not 100%ly sure if embroider build time macros are causing the issue. I'm seeing the above error message with
ember-bootstrap@^4.0.0
. As far as I'm aware it's the only addon using@embroider/macros
. So I haven't tested with any other.Please not that
@embroider/macros
are working fine in a default ember project. They do not require embroider build.I have tested on ember-twiddle.com and canary.ember-twiddle.com. Adding
{ "ember-bootstrap": "4.0.0" }
to the list of addons is enough to see the error.The text was updated successfully, but these errors were encountered: