diff options
| author | Furkan Sahin <furkan-dev@proton.me> | 2021-04-04 00:14:44 -0500 |
|---|---|---|
| committer | Furkan Sahin <furkan-dev@proton.me> | 2021-04-04 00:14:44 -0500 |
| commit | ea8dcfe3bf1ebe84ac483bb91e37ee4faa0d77ea (patch) | |
| tree | a8d02558b3c1fe4dcc0c63712e81ec5f8a430699 /babel.config.js | |
init
Diffstat (limited to 'babel.config.js')
| -rw-r--r-- | babel.config.js | 5 |
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', + ], +}; |
