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