VueTorrent/babel.config.js
2021-01-27 13:24:23 +01:00

5 lines
No EOL
52 B
JavaScript

module.exports = {
presets: [
'@vue/app'
]
}