Hotfix: Downgrade terser to 3.14.1

see https://github.com/webpack-contrib/terser-webpack-plugin/issues/66
This commit is contained in:
Emanuel Schütze 2019-02-03 20:03:53 +01:00
parent ac96ba8d3a
commit a4fcc43121
1 changed files with 2 additions and 1 deletions

View File

@ -83,6 +83,7 @@
"tslint": "~5.12.1",
"tsutils": "^3.7.0",
"typescript": "^3.2",
"webpack-bundle-analyzer": "^3.0.3"
"webpack-bundle-analyzer": "^3.0.3",
"terser": "3.14.1"
}
}