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