$ pnpm install
$ pnpm run dev
you can check the app/root.tsx
file, and uncomment the ConfigProvider
from antd
, and try to modify the root
component trigger the rebuild and hmr.
190 + 325 = 500ms
2.3 + 3.2 = 5.5s
reproduction repo, building take too long.
Repository from Github https://github.comlili21/remix-building-time
$ pnpm install
$ pnpm run dev
you can check the app/root.tsx
file, and uncomment the ConfigProvider
from antd
, and try to modify the root
component trigger the rebuild and hmr.
190 + 325 = 500ms
2.3 + 3.2 = 5.5s
reproduction repo, building take too long.