makeit-graffiti/babel.config.js
2024-08-07 13:53:15 +08:00

6 lines
73 B
JavaScript

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