From 1a8d4449192b17c67f615faef44a1993efbac142 Mon Sep 17 00:00:00 2001 From: Fuwn Date: Sun, 21 Feb 2021 18:30:25 -0800 Subject: :star: --- babel.config.js | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 babel.config.js (limited to 'babel.config.js') diff --git a/babel.config.js b/babel.config.js new file mode 100644 index 0000000..a673655 --- /dev/null +++ b/babel.config.js @@ -0,0 +1,5 @@ +module.exports = { + presets: [ + '@vue/cli-plugin-babel/preset' + ] +} -- cgit v1.2.3