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