aboutsummaryrefslogtreecommitdiff
path: root/babel.config.js
diff options
context:
space:
mode:
authorFurkan Sahin <furkan-dev@proton.me>2021-04-04 00:14:44 -0500
committerFurkan Sahin <furkan-dev@proton.me>2021-04-04 00:14:44 -0500
commitea8dcfe3bf1ebe84ac483bb91e37ee4faa0d77ea (patch)
treea8d02558b3c1fe4dcc0c63712e81ec5f8a430699 /babel.config.js
init
Diffstat (limited to 'babel.config.js')
-rw-r--r--babel.config.js5
1 files changed, 5 insertions, 0 deletions
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',
+ ],
+};