webpack-uglify-js-plugin
Version:
Incremental Uglify JS for webpack
19 lines (18 loc) • 441 B
JSON
{
"name": "webpack-uglify-js-example",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"webpack": "webpack --config webpack.config.js --progress --colors"
},
"author": "pychen",
"license": "ISC",
"dependencies": {
"gulp": "^3.9.1",
"gulp-util": "^3.0.7",
"webpack": "^1.13.1",
"webpack-uglify-js-plugin": "^1.1.8"
}
}