This commit is contained in:
Bart van der Braak 2020-01-31 01:07:29 +01:00
parent e8167b9ad8
commit 527b99bc4d
11 changed files with 8305 additions and 6 deletions

5
babel.config.js Normal file
View file

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