2020-05-15 02:13:33 +03:00
|
|
|
{
|
|
|
|
"presets": [
|
2020-10-29 13:50:19 +03:00
|
|
|
[
|
|
|
|
"@babel/preset-env",
|
|
|
|
{
|
|
|
|
"modules": false
|
|
|
|
}
|
|
|
|
]
|
|
|
|
],
|
|
|
|
"plugins": [
|
|
|
|
"@babel/plugin-syntax-dynamic-import",
|
|
|
|
"@babel/plugin-syntax-import-meta",
|
|
|
|
"@babel/plugin-proposal-class-properties",
|
|
|
|
"@babel/plugin-proposal-json-strings"
|
2020-05-15 02:13:33 +03:00
|
|
|
]
|
|
|
|
}
|