pinia-example/babel.config.js
2022-04-27 23:19:56 +08:00

6 lines
73 B
JavaScript

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