Skip to content

Commit

Permalink
feat: allow custom config file for postcss
Browse files Browse the repository at this point in the history
this fixes issue/facebook#11920 and was introduced in commit/5614c87
  • Loading branch information
kitsunekyo committed Jan 14, 2022
1 parent a422bf2 commit 0c5305d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/react-scripts/config/webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down

0 comments on commit 0c5305d

Please sign in to comment.