mirror of
https://github.com/hodgef/simple-keyboard.git
synced 2026-08-02 00:00:07 +08:00
CandidateBox, IE support
This commit is contained in:
+14
-1
@@ -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"],
|
||||
|
||||
Reference in New Issue
Block a user