Adjusting browser list and cssnext configs

This commit is contained in:
Jeff Avallone 2018-06-01 17:12:35 -04:00
parent befa23b4ea
commit 8eb2398de1

View File

@ -28,7 +28,6 @@
},
"browserslist": [
">1%",
"last 2 versions",
"not ie < 11"
],
"babel": {
@ -47,7 +46,11 @@
"postcss": {
"plugins": {
"postcss-import": {},
"postcss-cssnext": {}
"postcss-cssnext": {
"features": {
"rem": false
}
}
}
},
"jest": {