dashy/babel.config.js

6 lines
53 B
JavaScript
Raw Normal View History

2019-07-19 14:07:26 +00:00
module.exports = {
presets: [
'@vue/app'
]
}