From 0c5305d08da01dc55b283e0df5acfb12f12b815c Mon Sep 17 00:00:00 2001 From: Alex Spieslechner Date: Fri, 14 Jan 2022 09:05:05 +0100 Subject: [PATCH] feat: allow custom config file for postcss this fixes issue/#11920 and was introduced in commit/5614c87 --- packages/react-scripts/config/webpack.config.js | 1 - 1 file changed, 1 deletion(-) diff --git a/packages/react-scripts/config/webpack.config.js b/packages/react-scripts/config/webpack.config.js index 2b1b3bbd47d..62719628e38 100644 --- a/packages/react-scripts/config/webpack.config.js +++ b/packages/react-scripts/config/webpack.config.js @@ -140,7 +140,6 @@ module.exports = function (webpackEnv) { // Necessary for external CSS imports to work // https://github.com/facebook/create-react-app/issues/2677 ident: 'postcss', - config: false, plugins: !useTailwind ? [ 'postcss-flexbugs-fixes',