VueTorrent/babel.config.js

5 lines
52 B
JavaScript
Raw Normal View History

2021-01-27 13:24:23 +01:00
module.exports = {
presets: [
'@vue/app'
]
}