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 Johannes Eriksson committed Jan 21, 2022
1 parent 406f281 commit 2415da2
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -327,6 +327,8 @@ static Map<String, String> getDefaultDevDependencies() {
defaults.put("extract-loader", "5.1.0");
defaults.put("lit-css-loader", "0.0.4");

defaults.put("@babel/core", "7.16.7");

// Forcing chokidar version for now until new babel version is available
// check out https://github.com/babel/babel/issues/11488
defaults.put("chokidar", "^3.5.0");
Expand Down

0 comments on commit 2415da2

Please sign in to comment.