Skip to content

Commit

Permalink
fix: Force an older babel version
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- committed Jan 20, 2022
1 parent d63f9c3 commit 2190431
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -390,6 +390,7 @@ Map<String, String> getDefaultDevDependencies() {
Map<String, String> defaults = new HashMap<>();

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

final String WORKBOX_VERSION = "6.4.2";

Expand Down

0 comments on commit 2190431

Please sign in to comment.