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