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