1
0
mirror of https://github.com/TeamPiped/Piped.git synced 2024-12-13 22:00:28 +05:30
Piped/babel.config.js

6 lines
73 B
JavaScript
Raw Normal View History

2020-11-06 09:06:25 +05:30
module.exports = {
presets: [
'@vue/cli-plugin-babel/preset'
]
}