This commit is contained in:
2021-01-17 17:17:19 +01:00
commit ceac92cad0
137 changed files with 9900 additions and 0 deletions

14
.babelrc Executable file
View File

@ -0,0 +1,14 @@
{
"presets": [
[
"@babel/preset-env",
{
"targets": {
"chrome": "58",
"ie": "11"
}
}
]
],
"plugins": ["@babel/plugin-syntax-dynamic-import"]
}