import {defineConfig} from 'umi'; import proxy from './proxy'; export default defineConfig({ publicPath: "./", nodeModulesTransform: { type: 'none', }, fastRefresh: {}, hash: true, title: false, history: { type: "hash" }, proxy });