Files
EasyPlayerJs/demo/vuecli3/babel.config.js

6 lines
53 B
JavaScript
Raw Normal View History

2020-09-22 11:08:54 +08:00
module.exports = {
presets: [
'@vue/app'
]
}