mirror of
https://github.com/adminkit/adminkit.git
synced 2026-03-31 19:57:44 +01:00
update webpack & dependencies
This commit is contained in:
+3
-3
@@ -33,9 +33,9 @@
|
||||
"dist"
|
||||
],
|
||||
"scripts": {
|
||||
"build": "cross-env NODE_ENV=production webpack -p --config webpack.config.js",
|
||||
"watch": "webpack -p --config webpack.config.js --watch",
|
||||
"start": "webpack-dev-server --config webpack.config.js",
|
||||
"build": "cross-env NODE_ENV=production webpack --config webpack.config.js --progress",
|
||||
"watch": "webpack --config webpack.config.js --watch --progress",
|
||||
"start": "webpack serve --config webpack.config.js --progress",
|
||||
"prepublishOnly": "cross-env NODE_ENV=production webpack -p --config webpack.config.js"
|
||||
},
|
||||
"browserslist": [
|
||||
|
||||
Reference in New Issue
Block a user