opnform-host-nginx/.babelrc

9 lines
109 B
Plaintext
Raw Normal View History

2022-09-20 21:59:52 +02:00
{
"presets": [
"@babel/preset-env"
],
"plugins": [
"@babel/plugin-syntax-dynamic-import"
]
}