Use terser instead of uglify

This commit is contained in:
Ilya Goncharov
2019-09-20 13:23:26 +03:00
parent 784ba69b7a
commit e59d1a0ef1
4 changed files with 68 additions and 59 deletions
@@ -26,7 +26,7 @@
"rollup-plugin-node-resolve": "^4.0.0",
"rollup-plugin-sourcemaps": "^0.4.2",
"rollup-plugin-typescript2": "^0.19.2",
"rollup-plugin-uglify": "^6.0.2",
"rollup-plugin-terser": "^5.1.2",
"typescript": "^3.3.1"
}
}