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
This is likely to be a challenging upgrade, due to the differences in the Babel transpiler in v.5 vs v.6.
Babel 5 transpiles modules using code here: https://github.com/ember-cli/ember-cli/blob/06080981a582ddefadaf16fbcbd2d3b3d397dee6/lib/models/addon.js#L1738-L1754
while Babel 6 transpiles modules using code here: https://github.com/ember-cli/ember-cli/blob/37fcddc7b75cd71ee148bee98fec603ce1516195/lib/broccoli/babel-process-modules-only.js#L18-L25
Expected steps:
The text was updated successfully, but these errors were encountered:
@Gaurav0 does the pR above mean this issue can already be closed? 👏
Sorry, something went wrong.
No branches or pull requests
This is likely to be a challenging upgrade, due to the differences in the Babel transpiler in v.5 vs v.6.
Babel 5 transpiles modules using code here: https://github.com/ember-cli/ember-cli/blob/06080981a582ddefadaf16fbcbd2d3b3d397dee6/lib/models/addon.js#L1738-L1754
while Babel 6 transpiles modules using code here: https://github.com/ember-cli/ember-cli/blob/37fcddc7b75cd71ee148bee98fec603ce1516195/lib/broccoli/babel-process-modules-only.js#L18-L25
Expected steps:
The text was updated successfully, but these errors were encountered: