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
5
babel.config.json
Normal file
5
babel.config.json
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
{
|
||||
"presets": [["@babel/preset-env", {}]],
|
||||
"sourceType": "script",
|
||||
"exclude": ["node_modules/**"]
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue