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