mirror of
https://github.com/flant/ovpn-admin.git
synced 2025-02-04 18:20:57 +02:00
17 lines
295 B
Plaintext
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"
|
|
]
|
|
}
|