1
0
Fork 0
mirror of synced 2024-05-24 11:10:32 -04:00
ovpn-admin/frontend/.babelrc
2020-10-29 13:50:19 +03:00

17 lines
295 B
Plaintext

{
"presets": [
[
"@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"
]
}