diff options
| author | tradam <[email protected]> | 2021-11-03 06:47:32 -0400 |
|---|---|---|
| committer | tradam <[email protected]> | 2021-11-03 06:47:32 -0400 |
| commit | 4953212ef7cb0227bf6e83c4e953f5548058e155 (patch) | |
| tree | 4b5d77e3b896b6490928bb202bdad02279328379 /babel.config.js | |
| download | Amongus-Clicker-4953212ef7cb0227bf6e83c4e953f5548058e155.tar.gz Amongus-Clicker-4953212ef7cb0227bf6e83c4e953f5548058e155.zip | |
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..e955840 --- /dev/null +++ b/babel.config.js @@ -0,0 +1,5 @@ +module.exports = { + presets: [ + '@vue/cli-plugin-babel/preset' + ] +} |
