UNPKG

think-react-store

Version:

基于react hooks 和 context 实现的类似与 redux 的数据流工具

11 lines (9 loc) 193 B
import { defineConfig } from 'umi'; export default defineConfig({ nodeModulesTransform: { type: 'none', }, // routes: [ // { path: '/', component: '@/pages/index' }, // ], });