1
0
mirror of https://github.com/flant/ovpn-admin.git synced 2025-02-04 18:20:57 +02:00
ovpn-admin/frontend/.babelrc

17 lines
295 B
Plaintext
Raw Permalink Normal View History

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
]
}