ovpn-admin/frontend/.babelrc

17 lines
295 B
Plaintext
Raw Normal View History

2020-05-14 19:13:33 -04:00
{
"presets": [
2020-10-29 06:50:19 -04: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-14 19:13:33 -04:00
]
}