import { defineConfig } from 'umi'; export default defineConfig({ nodeModulesTransform: { type: 'none', }, base: '/', fastRefresh: {}, });