transpile using babel for legacy browser support

This commit is contained in:
undergroundwires
2021-01-21 04:38:02 +01:00
parent 8b0e47da38
commit 7930bef48c
4 changed files with 1542 additions and 13 deletions

5
babel.config.js Normal file
View File

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