Skip to content

Commit

Permalink
fix builds that were broken by new terser 4.6.8 version (#5233)
Browse files Browse the repository at this point in the history
  • Loading branch information
Amplifiyer committed Mar 30, 2020
1 parent d630c34 commit 71044ae
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions package.json
Expand Up @@ -79,6 +79,9 @@
"webpack-cli": "^3.1.0",
"winston": "^3.2.1"
},
"resolutions": {
"terser": "4.6.7"
},
"jest": {
"resetMocks": true,
"verbose": true
Expand Down

0 comments on commit 71044ae

Please sign in to comment.