opnform/.babelrc

9 lines
109 B
Plaintext

{
"presets": [
"@babel/preset-env"
],
"plugins": [
"@babel/plugin-syntax-dynamic-import"
]
}