tainacan/.babelrc

11 lines
169 B
Plaintext
Raw Permalink Normal View History

{
"presets": [
["@babel/preset-env",
{
"modules": false
}
2018-10-01 20:32:32 +00:00
],
"@babel/react"
2024-01-26 18:59:01 +00:00
],
"plugins": ["@babel/plugin-syntax-dynamic-import"]
}