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