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

Commits on Nov 12, 2018

  1. Include babel syntax plugins when tree shaking

    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 committed Nov 12, 2018
    Configuration menu
    Copy the full SHA
    8c8ab46 View commit details
    Browse the repository at this point in the history