1
0
mirror of https://github.com/chillzhuang/Saber.git synced 2025-05-03 01:58:46 +08:00
Saber/babel.config.js
2019-02-14 11:38:09 +08:00

5 lines
52 B
JavaScript
Executable File

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