nervmag/babel.config.js

6 lines
53 B
JavaScript
Raw Normal View History

2018-11-16 18:16:35 +01:00
module.exports = {
presets: [
'@vue/app'
]
}