learn-webrtc/webrtc-static/babel.config.js
2022-07-04 23:55:05 +08:00

6 lines
53 B
JavaScript

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