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