From c648d82222af541b0600d13d117999d90332e668 Mon Sep 17 00:00:00 2001 From: brooklin Date: Mon, 29 Jul 2024 15:50:41 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E8=A7=A3=E5=86=B3=E6=89=93=E5=8C=85?= =?UTF-8?q?=E6=8A=A5=E9=94=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/frontend/.babelrc | 23 ----------------------- 1 file changed, 23 deletions(-) delete mode 100644 src/frontend/.babelrc diff --git a/src/frontend/.babelrc b/src/frontend/.babelrc deleted file mode 100644 index 8c66f4c..0000000 --- a/src/frontend/.babelrc +++ /dev/null @@ -1,23 +0,0 @@ -{ - "presets": [ - [ - "env", - { - "modules": "commonjs", - "targets": { - "browsers": ["> 1%", "last 2 versions", "not ie <= 8"] - }, - "debug": false, - "useBuiltIns": true - } - ], - "stage-2" - ], - "plugins": ["transform-runtime", "transform-object-assign", "lodash", "syntax-dynamic-import", "transform-vue-jsx"], - "env": { - "test": { - "presets": ["env", "stage-2"], - "plugins": ["istanbul"] - } - } -} \ No newline at end of file