Update webpack configuration to work with webpack 4
This commit is contained in:
parent
d4432b9a39
commit
88d2457e29
5 changed files with 488 additions and 296 deletions
|
|
@ -37,7 +37,7 @@
|
|||
"eslint": "^4.16.0",
|
||||
"eslint-plugin-flowtype": "^2.42.0",
|
||||
"eslint-plugin-react": "^7.6.1",
|
||||
"extract-text-webpack-plugin": "^3.0.2",
|
||||
"extract-text-webpack-plugin": "next",
|
||||
"file-loader": "^1.1.5",
|
||||
"flow": "^0.2.3",
|
||||
"flow-bin": "^0.68.0",
|
||||
|
|
@ -47,8 +47,6 @@
|
|||
"lodash-webpack-plugin": "^0.11.4",
|
||||
"style-loader": "^0.20.1",
|
||||
"webpack": "^4.3.0",
|
||||
"webpack-dev-server": "^3.1.1",
|
||||
"webpack": "^4.3.0",
|
||||
"webpack-cli": "^2.0.13",
|
||||
"webpack-dev-server": "^3.1.1",
|
||||
"webpack-merge": "^4.1.1",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue