杨磊
18 小时以前 8b3880c31ceb67416a6eee67ed059d3c17f3d9ec
1
2
3
4
5
6
const { defineConfig } = require("@vue/cli-service");
module.exports = defineConfig({
  publicPath: "./",
  productionSourceMap: false,
  transpileDependencies: true,
});