import { defineConfig } from "umi"; import routes from './config/routes/index' export default defineConfig({ hash: true, routes, npmClient: 'yarn', });