1
0
This repository has been archived on 2024-03-25. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
vue-clamp/babel.config.js
Justineo ff59eb63d4 init
2018-12-19 12:52:00 +08:00

6 lines
53 B
JavaScript

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