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