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