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