agola-web/babel.config.js
2018-12-09 14:21:20 +01:00

6 lines
53 B
JavaScript

module.exports = {
presets: [
'@vue/app'
]
}