about summary refs log tree commit diff
path: root/package.json
diff options
context:
space:
mode:
authorOndřej Hruška <ondra@ondrovo.com>2017-07-18 18:42:45 +0200
committerEugen Rochko <eugen@zeonfederated.com>2017-07-18 18:42:45 +0200
commit02f896c12efce87e33af15d0c88b77ad050a7fa2 (patch)
tree7c157c8a2281b0ccb3563c5bd2c589e520f678dc /package.json
parentbb4c3831b2466438d04f5b7064ac688c2a30cb98 (diff)
Fix broken CSS reload due to webpack upgrade (#4250)
Diffstat (limited to 'package.json')
-rw-r--r--package.json4
1 files changed, 2 insertions, 2 deletions
diff --git a/package.json b/package.json
index aede6df2e..c90e49db5 100644
--- a/package.json
+++ b/package.json
@@ -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",