From 78f3c2635772bb249495e311266797a3388db8a8 Mon Sep 17 00:00:00 2001 From: Richard van der Hoff Date: Thu, 4 Jan 2024 19:34:26 +0000 Subject: [PATCH] Remove rednudant "local-plugins" settings These have been around forever (c1d4a0dd28) and don't seem to do much nowadays except make modern versions of the loader unhappy. --- webpack.config.js | 2 -- 1 file changed, 2 deletions(-) diff --git a/webpack.config.js b/webpack.config.js index 02c11eef95..013f8f037b 100644 --- a/webpack.config.js +++ b/webpack.config.js @@ -364,7 +364,6 @@ module.exports = (env, argv) => { require("postcss-preset-env")({ stage: 3, browsers: "last 2 versions" }), ], "parser": "postcss-scss", - "local-plugins": true, }, }, ], @@ -434,7 +433,6 @@ module.exports = (env, argv) => { require("postcss-preset-env")({ stage: 3, browsers: "last 2 versions" }), ], "parser": "postcss-scss", - "local-plugins": true, }, }, ],