You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Run the app with ember serve and watch it blow in a browser.
A few things to note - using npm instead of yarn fixes the issue. Downgrading all @babel packages to 7.17.x also fixes the issue. I think this is somewhat related.
The text was updated successfully, but these errors were encountered:
@nicolo-ribaudo - I'm pinging you directly here because you seem to be the one who's implemented the PR (and also has been answering in a couple of issues related to this one in the Babel repo). If you're unfamiliar with Ember, npm install -g ember-cli should allow you to run the ember new and ember serve commands I've written above and the value in ember-cli-build.js should go in the hash in new EmberApp.
Run
ember new --yarn ember-cli-babel-bug
. Then modifyconfig/targets.js
to be just['firefox 35']
. Toember-cli-build.js
add:Run the app with
ember serve
and watch it blow in a browser.A few things to note - using
npm
instead ofyarn
fixes the issue. Downgrading all@babel
packages to7.17.x
also fixes the issue. I think this is somewhat related.The text was updated successfully, but these errors were encountered: