zhongshujie
2025-04-08 00fc503240260a65321c07bd0c5718f075b7da4b
1
2
3
4
5
6
const { defineConfig } = require("@vue/cli-service");
module.exports = defineConfig({
  publicPath: "/",
  productionSourceMap: false,
  transpileDependencies: true,
});