From 39d2fcc94ccd73db489590e1c327a6b34e0e73a3 Mon Sep 17 00:00:00 2001 From: Fuwn Date: Thu, 6 May 2021 20:20:37 +0000 Subject: feat(global): :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..757ff9b --- /dev/null +++ b/babel.config.js @@ -0,0 +1,5 @@ +module.exports = { + presets: [ + '@vue/cli-plugin-babel/preset', + ], +}; -- cgit v1.2.3