Overal improvement
This commit is contained in:
parent
f11aec082d
commit
7125e35103
15 changed files with 199 additions and 86 deletions
|
|
@ -13,7 +13,6 @@
|
|||
"compression-webpack-plugin": "^3.0.0",
|
||||
"inferno": "^7.3.2",
|
||||
"inferno-redux": "^7.3.3",
|
||||
"inferno-router": "^7.3.2",
|
||||
"redux": "^4.0.5",
|
||||
"webpack": "^4.41.2",
|
||||
"webpack-cli": "^3.3.10"
|
||||
|
|
@ -28,6 +27,7 @@
|
|||
"scripts": {
|
||||
"build": "webpack --config webpack.prod.js",
|
||||
"dev": "webpack --config webpack.dev.js",
|
||||
"server": "webpack --config webpack.server.js",
|
||||
"start": "node server.js",
|
||||
"start-dev": "webpack-dev-server --config webpack.dev.js"
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue