ditch buble, replace uglify with terser

This commit is contained in:
Rich Harris
2018-08-12 17:03:03 -04:00
parent 8a4e915272
commit ff23cd3eeb
2 changed files with 5 additions and 8 deletions

View File

@@ -2,13 +2,12 @@
"name": "svelte-app",
"version": "1.0.0",
"devDependencies": {
"npm-run-all": "^4.1.3",
"rollup": "^0.58.2",
"rollup-plugin-buble": "^0.19.2",
"rollup-plugin-commonjs": "^9.1.3",
"rollup-plugin-node-resolve": "^3.0.3",
"rollup-plugin-svelte": "^4.0.0",
"rollup-plugin-uglify": "^3.0.0",
"npm-run-all": "^4.1.3",
"rollup-plugin-terser": "^1.0.1",
"serve": "^6.5.6",
"svelte": "^2.6.0"
},