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