We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Noticed this happening after removing our node_modules and reinstalling everything fresh:
[BABEL] Note: The code generator has deoptimised the styling of "ember-data/-private.js" as it exceeds the max of "100KB".
Happens on every ember s.
ember s
The text was updated successfully, but these errors were encountered:
@tsteuwer your most likely on an older version of ember-cli? Please share versions + reproduction
Sorry, something went wrong.
#5031 is a port of a fix that should make older versions of CLI not have ^. But without reproduction I am not 100% sure
In ember-cli-build.js add the following lines under "var app = "
var app = new EmberApp(defaults, { // Add these babel lines babel: { compact: false } });
Fixed in 2.16.1
No branches or pull requests
Noticed this happening after removing our node_modules and reinstalling everything fresh:
Happens on every
ember s
.The text was updated successfully, but these errors were encountered: