Added server build mode for webpack
This commit is contained in:
@@ -17,6 +17,7 @@
|
||||
"webpack-cli": "^3.2.3"
|
||||
},
|
||||
"scripts": {
|
||||
"run": "webpack --watch"
|
||||
"watch": "webpack --watch --config webpack.config.development.js",
|
||||
"build:server": "webpack --config webpack.config.build.js"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user