1
0
mirror of https://github.com/sasjs/adapter.git synced 2026-01-05 03:30:05 +00:00

chore(build): add terser plugin for code optimization

This commit is contained in:
Krishna Acondy
2020-09-20 12:00:02 +01:00
parent 23353355e4
commit 638efe8899
2 changed files with 399 additions and 85 deletions

View File

@@ -43,6 +43,7 @@
"path": "^0.12.7",
"rimraf": "^3.0.2",
"semantic-release": "^17.1.1",
"terser-webpack-plugin": "^4.2.2",
"ts-jest": "^25.5.1",
"ts-loader": "^8.0.3",
"tslint": "^6.1.3",
@@ -51,7 +52,6 @@
"typedoc-neo-theme": "^1.0.10",
"typedoc-plugin-external-module-name": "^4.0.3",
"typescript": "^3.9.7",
"uglifyjs-webpack-plugin": "^2.2.0",
"webpack": "^4.44.1",
"webpack-cli": "^3.3.12"
},