VueTorrent/babel.config.js

5 lines
52 B
JavaScript
Raw Normal View History

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