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