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