commit 866608f67be73387799f939527ca9982325e48c8 Author: xuchao <1808270769@qq.com> Date: Wed Dec 25 18:36:15 2024 +0800 上传文件至 / diff --git a/.babelrc b/.babelrc new file mode 100644 index 0000000..c15475a --- /dev/null +++ b/.babelrc @@ -0,0 +1,14 @@ +{ + "presets": [ + ["env", { "modules": false }], + "stage-2" + ], + "plugins": ["transform-runtime"], + "comments": false, + "env": { + "test": { + "presets": ["env", "stage-2"], + "plugins": [ "istanbul" ] + } + } +}