-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
babel-plugin-feature-flags name collision in 2.5.1 with fastboot #4322
Comments
This should be fixed once we change the approach in ember-cli-fastboot ember-fastboot/ember-cli-fastboot#145 |
#4328 seems like the correct fix for ember-data itself (though I do think that fastboot PR is also the correct direction). |
To be able to use this fix, do i need to run on master? or will release include it? |
Release will include it, but I don't think it's been cherry picked yet. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
When updating to version 2.5.1 and running
ember s
I received the following error:After some digging, @pangratz found that because I am using
ember-cli-fastboot
there is a collision in the plugins. You can reproduce the issue with these steps:The text was updated successfully, but these errors were encountered: