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