zhongshujie
19 小时以前 1bb225a8794efad3cdfb40776625e1a1b4b780e0
1
2
3
4
5
6
const { defineConfig } = require("@vue/cli-service");
module.exports = defineConfig({
  publicPath: "./",
  productionSourceMap: false,
  transpileDependencies: true,
});