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

Resolve corejs3-shipped-proposals build issues. #4398

Merged
merged 1 commit into from
Jun 17, 2020
Merged

Resolve corejs3-shipped-proposals build issues. #4398

merged 1 commit into from
Jun 17, 2020

Commits on Jun 16, 2020

  1. Resolve corejs3-shipped-proposals build issues.

    @babel/compat-data 7.8.6 to pre-7.10 series has compilation issues with newer node 12.x and 13.x releases. Using 7.8.6 will cause the failure to find the module `'@babel/compat-data/corejs3-shipped-proposals'`, causing build failures on systems with those node releases (e.g. Solus).
    
    This patch bumps @babel/preset-env, @babel/preset-flow, and @babel/preset-react specifically to newer releases to resolve compilation. Please note that this does not update all of babel to newer 7.10 series releases, just specifically resolves compilation on specific Linux platforms.
    JoshStrobl committed Jun 16, 2020
    Configuration menu
    Copy the full SHA
    643a2c5 View commit details
    Browse the repository at this point in the history