Fix broken CSS reload due to webpack upgrade (#4250)

This commit is contained in:
Ondřej Hruška
2017-07-18 18:42:45 +02:00
committed by Eugen Rochko
parent bb4c3831b2
commit 02f896c12e
2 changed files with 45 additions and 10 deletions

View File

@ -50,7 +50,7 @@
"es6-symbol": "^3.1.1",
"escape-html": "^1.0.3",
"express": "^4.15.2",
"extract-text-webpack-plugin": "^3.0.0",
"extract-text-webpack-plugin": "^2.1.2",
"file-loader": "^0.11.2",
"font-awesome": "^4.7.0",
"glob": "^7.1.1",
@ -112,7 +112,7 @@
"tiny-queue": "^0.2.1",
"uuid": "^3.1.0",
"uws": "^8.14.0",
"webpack": "^3.2.0",
"webpack": "^3.0.0",
"webpack-bundle-analyzer": "^2.8.2",
"webpack-manifest-plugin": "^1.1.2",
"webpack-merge": "^4.1.0",