Add postcss-preset-env, remove autoprefixer (#4716)

* add postcss-preset-env, remove autoprefixer

* limit to stage 4
This commit is contained in:
Grady Kuhnline
2018-09-25 07:33:23 -07:00
committed by Joe Haddad
parent 11737bc786
commit fb6e6f70a3
3 changed files with 11 additions and 7 deletions

View File

@@ -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",