spa-demo/.babelrc

16 lines
218 B
Plaintext

{
"presets": [
[
"@babel/preset-env",
{
"targets": {
"esmodules": true
}
}
]
],
"plugins": [
]
}