tainacan/.babelrc

11 lines
169 B
Plaintext

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