From e982574a83ccb339717639e9db2b84f5ab5441bd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C4=B0rfan=20Evrens?= Date: Fri, 28 Jan 2022 19:32:03 +0300 Subject: [PATCH] removed deprecated webpack plugin (extract-text-webpack-plugin) --- package.json | 1 - 1 file changed, 1 deletion(-) diff --git a/package.json b/package.json index f1ff80b..006bbf1 100644 --- a/package.json +++ b/package.json @@ -32,7 +32,6 @@ "eslint": "^7.21.0", "eslint-config-airbnb-base": "^14.2.1", "eslint-plugin-import": "^2.23.4", - "extract-text-webpack-plugin": "^3.0.2", "html-webpack-plugin": "^5.3.1", "imagemin-webpack-plugin": "^2.4.2", "mini-css-extract-plugin": "^1.6.0",