Skip to content

Commit

Permalink
Allow stage 3 css transforms (facebook#5091)
Browse files Browse the repository at this point in the history
* Switch to stage 3 css

* Tweak default browsers, too
  • Loading branch information
Timer authored Sep 25, 2018
1 parent 4ae5dda commit 337fb58
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion config/webpack.config.dev.js
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ const getStyleLoaders = (cssOptions, preProcessor) => {
autoprefixer: {
flexbox: 'no-2009',
},
stage: 4,
stage: 3,
}),
],
},
Expand Down
2 changes: 1 addition & 1 deletion config/webpack.config.prod.js
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ const getStyleLoaders = (cssOptions, preProcessor) => {
autoprefixer: {
flexbox: 'no-2009',
},
stage: 4,
stage: 3,
}),
],
sourceMap: shouldUseSourceMap,
Expand Down

0 comments on commit 337fb58

Please sign in to comment.