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