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