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