Skip to content

Commit 10d05ce

Browse files
committed
remove postcss-flexbugs-fixes luisrudge/postcss-flexbugs-fixes#36
1 parent f93595c commit 10d05ce

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

packages/react-scripts/config/webpack.config.dev.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -266,7 +266,6 @@ module.exports = {
266266
// https://github.com/facebookincubator/create-react-app/issues/2677
267267
ident: 'postcss',
268268
plugins: () => [
269-
require('postcss-flexbugs-fixes'),
270269
autoprefixer({
271270
browsers: [
272271
'>1%',

packages/react-scripts/config/webpack.config.prod.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -238,7 +238,6 @@ module.exports = {
238238
// https://github.com/facebookincubator/create-react-app/issues/2677
239239
ident: 'postcss',
240240
plugins: () => [
241-
require('postcss-flexbugs-fixes'),
242241
autoprefixer({
243242
browsers: [
244243
'>1%',

0 commit comments

Comments
 (0)