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