Add Babel and core-js & regenerator polyfills (#367)
This commit is contained in:
parent
2b94300c61
commit
0ee37f557a
8 changed files with 1130 additions and 107 deletions
|
|
@ -1,9 +1,10 @@
|
|||
{
|
||||
"extends": ["plugin:compat/recommended"],
|
||||
"env": {
|
||||
"browser": true
|
||||
"browser": true,
|
||||
"es2021": true
|
||||
},
|
||||
"settings": {
|
||||
"polyfills": ["URLSearchParams", "Symbol.iterator", "Promise", "fetch", "Math", "Number", "navigator"]
|
||||
"polyfills": ["URL", "Promise", "navigator", "Uint8Array", "performance", "location.hostname"]
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue