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