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