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