删除 .babelrc

This commit is contained in:
xuchao 2024-12-25 18:45:24 +08:00
parent 866608f67b
commit 30582e4a98
1 changed files with 0 additions and 14 deletions

View File

@ -1,14 +0,0 @@
{
"presets": [
["env", { "modules": false }],
"stage-2"
],
"plugins": ["transform-runtime"],
"comments": false,
"env": {
"test": {
"presets": ["env", "stage-2"],
"plugins": [ "istanbul" ]
}
}
}