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