vue.config.js 122 B

1234567
  1. module.exports = {
  2. // 基本路径
  3. publicPath: "./",
  4. // 去除map文件
  5. productionSourceMap: false
  6. };