thedesk/babel.config.js

6 lines
53 B
JavaScript
Raw Normal View History

2019-04-05 18:50:07 +11:00
module.exports = {
presets: [
'@vue/app'
]
}