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