Updating webpack configs

This commit is contained in:
2020-05-25 06:16:43 +01:00
parent a009ad62d3
commit 7fea4b56cf
4 changed files with 1141 additions and 15 deletions

View File

@@ -5,7 +5,12 @@
"build": "webpack --config webpack.prod.js",
"watch": "webpack --watch --progress --colors --config webpack.dev.js"
},
"dependencies": {},
"dependencies": {
"@babel/core": "^7.9.6",
"@babel/preset-env": "^7.9.6",
"assets-webpack-plugin": "^3.9.12",
"babel-loader": "^8.1.0"
},
"devDependencies": {
"webpack": "^4.43.0",
"webpack-cli": "^3.3.11"