1
0
Fork 0
mirror of https://github.com/VueTorrent/VueTorrent.git synced 2025-03-23 18:10:53 +03:00
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'
]
}