cooperation/vue.config.js

6 lines
139 B
JavaScript
Raw Normal View History

2024-11-17 23:45:51 +08:00
const { defineConfig } = require('@vue/cli-service')
module.exports = defineConfig({
transpileDependencies: true,
lintOnSave: false
})