mirror of
https://github.com/zhigang1992/create-react-app.git
synced 2026-04-28 09:25:42 +08:00
Move browsers to cross-tool config (#3644)
This commit is contained in:
committed by
Joe Haddad
parent
1f18ab7879
commit
0a331710aa
@@ -200,12 +200,6 @@ module.exports = {
|
||||
plugins: () => [
|
||||
require('postcss-flexbugs-fixes'),
|
||||
autoprefixer({
|
||||
browsers: [
|
||||
'>1%',
|
||||
'last 4 versions',
|
||||
'Firefox ESR',
|
||||
'not ie < 9', // React doesn't support IE8 anyway
|
||||
],
|
||||
flexbox: 'no-2009',
|
||||
}),
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user