AppReports/babel.config.js
2020-07-29 19:54:33 +02:00

6 lines
73 B
JavaScript

module.exports = {
presets: [
'@vue/cli-plugin-babel/preset'
]
}