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

Include babel syntax plugins when tree shaking #1475

Merged
merged 1 commit into from
Nov 12, 2018
Merged

Include babel syntax plugins when tree shaking #1475

merged 1 commit into from
Nov 12, 2018

Conversation

matthewp
Copy link
Member

When performing tree-shaking in the translate step, include syntax
plugins so that it will correctly parse. This fixes an issue where
syntax that requires a plugin would previously throw, causing steal not
to discover all of the used exports of a dependency.

When performing tree-shaking in the `translate` step, include syntax
plugins so that it will correctly parse. This fixes an issue where
syntax that requires a plugin would previously throw, causing steal not
to discover all of the used exports of a dependency.
@matthewp matthewp merged commit 2488567 into master Nov 12, 2018
@matthewp matthewp deleted the trsyntax branch November 12, 2018 19:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant