From b90bbeab7c1435518224496821ff3449476c458d Mon Sep 17 00:00:00 2001 From: Helianthella Date: Tue, 22 Dec 2020 00:06:42 -0500 Subject: upgrade to Vue 3, switch to yarn implies a slight refactor --- 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..414e4ac --- /dev/null +++ b/babel.config.js @@ -0,0 +1,5 @@ +module.exports = { + presets: [ + '@vue/cli-plugin-babel/preset' + ] +} -- cgit v1.2.3-70-g09d2