From cad28d53e2c3b4fa1b7a1b06cea804c78aa57f02 Mon Sep 17 00:00:00 2001 From: gitgit Date: Tue, 2 Aug 2022 10:42:50 +0800 Subject: [PATCH] =?UTF-8?q?=E4=B8=8A=E4=BC=A0=E6=96=87=E4=BB=B6=E8=87=B3?= =?UTF-8?q?=20'test'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- test/babel.config.js | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 test/babel.config.js diff --git a/test/babel.config.js b/test/babel.config.js new file mode 100644 index 0000000..a673655 --- /dev/null +++ b/test/babel.config.js @@ -0,0 +1,5 @@ +module.exports = { + presets: [ + '@vue/cli-plugin-babel/preset' + ] +}