Move uglifyjs-webpack-plugin to devDependencies

This commit is contained in:
ahocevar
2018-06-08 13:55:42 +02:00
parent da755d9e84
commit b2fef55ae9

View File

@@ -41,8 +41,7 @@
"dependencies": {
"pbf": "3.1.0",
"pixelworks": "1.1.0",
"rbush": "2.0.2",
"uglifyjs-webpack-plugin": "^1.2.5"
"rbush": "2.0.2"
},
"devDependencies": {
"babel-core": "^6.26.3",
@@ -84,6 +83,7 @@
"rollup-plugin-uglify": "4.0.0",
"serve": "^8.1.1",
"sinon": "^5.0.1",
"uglifyjs-webpack-plugin": "^1.2.5",
"url-polyfill": "^1.0.13",
"walk": "^2.3.9",
"webpack": "4.12.0",