opnform/.babelrc

9 lines
109 B
Plaintext
Raw Normal View History

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