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