From 70d2adb9e25fd71468d5e1c900bb75c4ed50f85f Mon Sep 17 00:00:00 2001 From: "J. Ryan Stinnett" Date: Fri, 6 Dec 2019 12:36:58 +0000 Subject: [PATCH] Move extract-text-webpack-plugin to dev dep --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 5d6775b7af..1f850df3fe 100644 --- a/package.json +++ b/package.json @@ -69,7 +69,6 @@ "babel-runtime": "^6.26.0", "browser-request": "^0.3.3", "draft-js": "^0.11.0-alpha", - "extract-text-webpack-plugin": "^4.0.0-beta.0", "favico.js": "^0.3.10", "gemini-scrollbar": "github:matrix-org/gemini-scrollbar#91e1e566", "gfm.css": "^1.1.2", @@ -121,6 +120,7 @@ "eslint-plugin-react": "^7.11.1", "eslint-plugin-react-hooks": "^2.2.0", "expect": "^1.16.0", + "extract-text-webpack-plugin": "^4.0.0-beta.0", "file-loader": "^3.0.1", "fs-extra": "^0.30.0", "html-webpack-plugin": "^3.2.0",