rt-sim-training-client/babel.config.js
2019-08-14 10:15:26 +08:00

6 lines
49 B
JavaScript

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