5
0
mirror of https://github.com/wailsapp/wails.git synced 2025-05-02 17:39:58 +08:00
wails/cmd/templates/vue3-js/frontend/babel.config.js
2021-09-27 21:05:43 +10:00

6 lines
81 B
JavaScript

module.exports = {
presets: [
'@vue/cli-plugin-babel/preset'
]
}