Skip to content

Commit 71044ae

Browse files
authoredMar 30, 2020
fix builds that were broken by new terser 4.6.8 version (#5233)
1 parent d630c34 commit 71044ae

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed
 

‎package.json

+3
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,9 @@
7979
"webpack-cli": "^3.1.0",
8080
"winston": "^3.2.1"
8181
},
82+
"resolutions": {
83+
"terser": "4.6.7"
84+
},
8285
"jest": {
8386
"resetMocks": true,
8487
"verbose": true

0 commit comments

Comments
 (0)
Please sign in to comment.