-
-
Notifications
You must be signed in to change notification settings - Fork 119
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
Upgrade to ember 2.15 triggers this message #181
Comments
Getting the same issue on ember 2.15.1 Seems like this is related to: ember-cli/babel-plugin-feature-flags#13 Full console output from ember serve:
|
@nizarayari I figured out that, at least in the app I am working on, I needed to upgrade ember-hammertime. If you look at the offending line's source code: pluginResult = transform(env);
traverse(program, pluginResult.visitors); and log the The latest version of ember-hammertime has some fix for AST Parsing: So, maybe upgrade to the latest |
[feature] adds heimdall monitor for logging information helpful for debugging babel process
Hi there,
I got this message coming from broccoli-babel-transpiler when I upgraded my ember app to ember 2.15.0
The text was updated successfully, but these errors were encountered: