This repository has been archived on 2025-04-30. You can view files and clone it, but cannot push or open issues or pull requests.
Files
web/babel.config.js
MengYX fd6c246769 init
2019-07-03 22:50:04 +08:00

6 lines
53 B
JavaScript

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