join_admin/babel.config.js
2019-12-03 19:03:25 +01:00

6 lines
53 B
JavaScript

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