Skip to content

Commit

Permalink
fix: Force an older babel version (#12781)
Browse files Browse the repository at this point in the history
This fixes some random build issues where webpack exits with code 139
  • Loading branch information
Artur- authored and vaadin-bot committed Jan 21, 2022
1 parent e78ac0b commit 2ae753d
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -312,6 +312,7 @@ static Map<String, String> getDefaultDevDependencies() {
// Defining loader until a resolution exists to issue
// https://github.com/DanielSchaffer/webpack-babel-multi-target-plugin/issues/94
defaults.put("babel-loader", "8.2.2");
defaults.put("@babel/core", "7.16.7");
// Defining html-webpack-plugin due to same issue as babel-loader
defaults.put("html-webpack-plugin", "4.5.2");
defaults.put("copy-webpack-plugin", "5.1.2");
Expand Down

0 comments on commit 2ae753d

Please sign in to comment.