v6.0.0-beta.9 not working with ember-cli v2.12.X
See original GitHub issueI’m trying to upgrade ember-ajax
to use Babel 6, like the other default Ember Addons. However, it seems like something is going wrong with transpiling the modules.
https://travis-ci.org/ember-cli/ember-ajax/jobs/215353720#L452
Issue Analytics
- State:
- Created 6 years ago
- Comments:7 (6 by maintainers)
Top Results From Across the Web
ember-cli-babel/CHANGELOG.md at master - GitHub
Bug Fix. #345 Prevent regeneratorRuntime is not defined errors by defensively copying targets (preventing @babel/helper-compilation-targets from mutating ...
Read more >ember-cli-babel | Yarn - Package Manager
This Ember-CLI plugin uses Babel and @babel/preset-env to allow you to use latest Javascript ... #430 Fix missing babel polyfill in vendor tree...
Read more >Tweets with replies by EmberJS (@emberjs ... - Twitter
We encourage you to try out the beta and report any issues you run into. While we don't anticipate landing any further breaking...
Read more >Ember-CLI Not Resolving Ember 2.0 - Stack Overflow
Updating this dependency to version 0.1.6 (From 0.1.5) in my bower.json file solved the problem. The newer version supports Ember 2.0.
Read more >Tag: Version 1.x - Ember Blog
Ember.js 1.13.0 and 2.0 Beta Released. Jun 12, 2015 – By Matthew Beale, Yehuda Katz ... Thanks to everyone who reported issues. Thanks...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Awesome, thanks so much for digging into this @stefanpenner!
updated https://github.com/ember-cli/ember-ajax/pull/266 to work