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