CandidateBox, IE support

This commit is contained in:
Francisco Hodge
2021-03-16 00:41:42 -04:00
parent bc5fc5a947
commit c707ef79ca
13 changed files with 1174 additions and 95 deletions
+14 -1
View File
@@ -1,6 +1,19 @@
module.exports = {
presets: [
["@babel/env"]
["@babel/env", {
corejs:"3",
useBuiltIns: 'usage',
"targets": {
"browsers": [
"edge >= 16",
"safari >= 9",
"firefox >= 57",
"ie >= 11",
"ios >= 9",
"chrome >= 49"
]
},
}]
],
plugins: [
["@babel/plugin-proposal-class-properties"],