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