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