const {
defineConfig
} = require('@vue/cli-service')
module.exports = {
transpileDependencies: true,
runtimeCompiler: true, //是否使用包含运行时编译器的 Vue 构建版本。
lintOnSave: true, //是否在开发环境下通过 eslint-loader 在每次保存时 lint 代码
productionSourceMap: false, //如果你不需要生产环境的 source map,可以将其设置为 false 以加速生产环境构建。
// 注意,一旦开启则意味着启动同源策略检查,浏览器会启动CORS
// crossorigin: 'anonymous', //设置生成的 HTML 中 和