From 839002cc475d316335eb2e30563be7fdbcc097f0 Mon Sep 17 00:00:00 2001 From: Alexis Lahouze Date: Fri, 14 Jul 2017 21:33:37 +0200 Subject: [PATCH] Upgrade extract text webpack plugin. --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 2f826bf..464c977 100644 --- a/package.json +++ b/package.json @@ -19,7 +19,7 @@ "eslint-plugin-promise": "^3.5", "eslint-plugin-security": "^1.3", "eslint-plugin-this": "^0.2", - "extract-text-webpack-plugin": "^2.1.2", + "extract-text-webpack-plugin": "^3.0.0", "file-loader": "^0.11.2", "html-loader": "^0.4.5", "html-webpack-plugin": "^2.28.0",