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