mirror of
https://github.com/zhigang1992/create-react-app.git
synced 2026-04-28 17:35:42 +08:00
Add postcss-preset-env, remove autoprefixer (#4716)
* add postcss-preset-env, remove autoprefixer * limit to stage 4
This commit is contained in:
committed by
Joe Haddad
parent
11737bc786
commit
fb6e6f70a3
@@ -24,7 +24,6 @@
|
||||
"@babel/core": "7.1.0",
|
||||
"@babel/runtime": "7.0.0",
|
||||
"@svgr/webpack": "2.4.1",
|
||||
"autoprefixer": "9.1.5",
|
||||
"babel-core": "7.0.0-bridge.0",
|
||||
"babel-eslint": "9.0.0",
|
||||
"babel-jest": "23.6.0",
|
||||
@@ -55,6 +54,7 @@
|
||||
"optimize-css-assets-webpack-plugin": "5.0.1",
|
||||
"postcss-flexbugs-fixes": "4.1.0",
|
||||
"postcss-loader": "3.0.0",
|
||||
"postcss-preset-env": "6.0.6",
|
||||
"postcss-safe-parser": "4.0.1",
|
||||
"promise": "8.0.2",
|
||||
"raf": "3.4.0",
|
||||
|
||||
Reference in New Issue
Block a user