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