support safari, maybe
This commit is contained in:
parent
c0f5f5c540
commit
be8e363de2
|
@ -18,7 +18,9 @@ var babelOptions = {
|
||||||
"useBuiltIns": "usage",
|
"useBuiltIns": "usage",
|
||||||
"targets": {
|
"targets": {
|
||||||
"firefox": "78",
|
"firefox": "78",
|
||||||
"chrome": "84"
|
"chrome": "84",
|
||||||
|
"safari": "11.1"
|
||||||
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
@ -108,4 +110,4 @@ module.exports = {
|
||||||
new CssMinimizerPlugin(),
|
new CssMinimizerPlugin(),
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue