From ea8dcfe3bf1ebe84ac483bb91e37ee4faa0d77ea Mon Sep 17 00:00:00 2001 From: Furkan Sahin Date: Sun, 4 Apr 2021 00:14:44 -0500 Subject: init --- 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