Files
WYGIWYH/frontend/.babelrc
Herculino Trotta 50b0c6ce01 initial commit
2024-09-26 11:00:40 -03:00

16 lines
245 B
Plaintext

{
"presets": [
[
"@babel/preset-env",
{
"useBuiltIns": "usage",
"corejs": "3.0.0"
}
]
],
"plugins": [
"@babel/plugin-syntax-dynamic-import",
"@babel/plugin-proposal-class-properties"
]
}