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