Updating package.json with webpack

This commit is contained in:
2020-05-22 01:25:10 +01:00
parent 3d25480759
commit 21b2e9ea43

View File

@@ -1 +1,13 @@
{} {
"main": "webpack.config.js",
"license": "MIT",
"scripts": {
"build": "webpack --config webpack.prod.js",
"watch": "webpack --watch --progress --colors --config webpack.dev.js"
},
"dependencies": {},
"devDependencies": {
"webpack": "^4.43.0",
"webpack-cli": "^3.3.11"
}
}