This commit is contained in:
Oliver-Akins 2020-09-17 20:51:42 -06:00
commit ec9b25fe29
15 changed files with 9250 additions and 0 deletions

5
babel.config.js Normal file
View file

@ -0,0 +1,5 @@
module.exports = {
presets: [
'@vue/cli-plugin-babel/preset'
]
}