UAW/vue.config.js
yuyongdong a729747776 init
2024-03-27 16:18:33 +08:00

5 lines
118 B
JavaScript

const { defineConfig } = require('@vue/cli-service')
module.exports = defineConfig({
transpileDependencies: true
})