kinspect/babel.config.js

6 lines
53 B
JavaScript
Raw Normal View History

2019-09-14 21:14:31 +02:00
module.exports = {
presets: [
'@vue/app'
]
}