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