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