jiAng
jiAng
> public-hoist-pattern[]=*@babel* 直接配shamefully-hoist=true再重装依赖好像就可以了
Is there any other way to show correct hover information when using shortcuts/plugin in windi.config.(ts|js)?
> It looks like this change was fixed in release 3.2.0. @anncwb or @xrado can we get this issue closed. still not working.
> 我试了下最新版本用 MicroApp 加载是没问题的: > > https://umijs.org/docs/max/micro-frontend#microapp--%E7%BB%84%E4%BB%B6%E5%BC%95%E5%85%A5%E5%AD%90%E5%BA%94%E7%94%A8 > > ```tsx > import { MicroAppWithMemoHistory, MicroApp } from '@umijs/max' > > > // or > > ``` > > ```ts >...
> 是否是@rat/test需要再执行build? pages/index.tsx实际内引用的是@rat/test的dist? 感谢大佬回复,但是@rat/test的package.json内main不是指向的/src/index.ts么?而且我mfsu:false之后就没有问题了 ``` { "name": "@rat/test", "private": true, "main": "src/index.ts", "scripts": { "tsc": "tsc --noEmit" } } ```
我甚至回退到3.0.0还是有一样的问题。很奇怪