Adjusting browser list and cssnext configs
This commit is contained in:
parent
befa23b4ea
commit
8eb2398de1
@ -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": {
|
||||||
|
Loading…
Reference in New Issue
Block a user