Skip to content
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

Use ember-cli-babel to transpile vendor tree #165

Merged
merged 5 commits into from
Nov 16, 2018
Merged

Conversation

Turbo87
Copy link
Member

@Turbo87 Turbo87 commented Nov 16, 2018

This should fix #156 and now also skips some transpilation steps if config/targets.js is configured to e.g. support native ES6 classes.

Closes #163 (no longer necessary)

@dbouwman @buschtoens can you test this in your app please? 🙏

/cc @xg-wang @rwjblue

@Turbo87 Turbo87 added the bug label Nov 16, 2018
@buschtoens
Copy link
Contributor

Seems to be working perfectly fine for us! I've tested this in a monorepo with [email protected]. Works across engines, addons, MU, and dummy applications. 🎉

@Turbo87 Turbo87 merged commit b241598 into ember-cli:master Nov 16, 2018
@Turbo87 Turbo87 deleted the debug branch November 16, 2018 16:02
buschtoens added a commit to buschtoens/ember-cli-addon-docs that referenced this pull request Nov 19, 2018
This upgrades ember-fetch to `^6.2.0`. The primary reason for upgrading are the fixes for:

- Usage of ember-fetch in monorepos:
  ember-cli/ember-fetch#165
  https://github.com/ember-cli/ember-fetch/releases/tag/v6.1.1

- Enabling Fastboot relative URLs:
  ember-cli/ember-fetch#143
  https://github.com/ember-cli/ember-fetch/releases/tag/v6.2.0
@mjuniper
Copy link

@dbouwman is out today but I can confirm that v6.2.0 fixes our issue. Thanks!

@Turbo87
Copy link
Member Author

Turbo87 commented Nov 19, 2018

great, thanks for the feedback @mjuniper!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Ember-Cli 3.5 + Ember-Fetch 6.1.0 + Monorepo Build Fails
3 participants