pkg: minor.
This commit is contained in:
parent
e940a5ccfd
commit
9d2439cdf4
|
@ -22,15 +22,17 @@
|
||||||
"webpack": "webpack --mode production --config webpack.config.js"
|
"webpack": "webpack --mode production --config webpack.config.js"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"babelify": "^8.0.0",
|
|
||||||
"babel-core": "^6.26.3",
|
"babel-core": "^6.26.3",
|
||||||
"babel-loader": "^7.1.4",
|
"babel-loader": "^7.1.4",
|
||||||
|
"babel-plugin-transform-runtime": "^6.23.0",
|
||||||
|
"babel-polyfill": "^6.26.0",
|
||||||
"babel-preset-env": "^1.7.0",
|
"babel-preset-env": "^1.7.0",
|
||||||
|
"babelify": "^8.0.0",
|
||||||
"browserify": "^16.2.2",
|
"browserify": "^16.2.2",
|
||||||
"eslint": "^4.19.1",
|
"eslint": "^4.19.1",
|
||||||
"mocha": "^5.2.0",
|
"mocha": "^5.2.0",
|
||||||
"uglifyjs-webpack-plugin": "^1.2.5",
|
|
||||||
"uglify-es": "^3.3.9",
|
"uglify-es": "^3.3.9",
|
||||||
|
"uglifyjs-webpack-plugin": "^1.2.5",
|
||||||
"webpack": "^4.11.1",
|
"webpack": "^4.11.1",
|
||||||
"webpack-cli": "^3.0.3"
|
"webpack-cli": "^3.0.3"
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in New Issue