Skip to content

Commit

Permalink
Resolve corejs3-shipped-proposals build issues.
Browse files Browse the repository at this point in the history
@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.
  • Loading branch information
JoshStrobl authored and Sean Yesmunt committed Jun 17, 2020
1 parent cc6ca19 commit a479c70
Showing 1 changed file with 688 additions and 346 deletions.
Loading

0 comments on commit a479c70

Please sign in to comment.