const { defineConfig } = require('@vue/cli-service') module.exports = defineConfig({ transpileDependencies: true, //基本路径 文件打包后放的位置 publicPath:'./', productionSourceMap: false, assetsDir: 'assets', })