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