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

Revert "Upgrading to Babel 7. (#5129)" #5146

Merged
merged 1 commit into from
Sep 24, 2018
Merged

Conversation

dennisoelkers
Copy link
Member

This reverts commit 3c4484c.

After merging it, we found out that dev/prod builds are not working
properly, as the add-module-exports plugin for babel does not seem to
properly add unscoped module.exports-like default exports that do not
require using .default scope when importing them via require().

This reverts commit 3c4484c.

After merging it, we found out that dev/prod builds are not working
properly, as the `add-module-exports` plugin for babel does not seem to
properly add unscoped `module.exports`-like default exports that do not
require using `.default` scope when importing them via `require()`.
@kmerz kmerz merged commit 2aa8408 into master Sep 24, 2018
@kmerz kmerz deleted the revert-upgrading-to-babel-7 branch September 24, 2018 13:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants