lili21 / remix-building-time

reproduction repo, building take too long.

Repository from Github https://github.comlili21/remix-building-timeRepository from Github https://github.comlili21/remix-building-time

(re)building takes long time

Get Start

$ 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.

Building time campare

without antd

image

190 + 325 = 500ms

with antd

antd

2.3 + 3.2 = 5.5s

About

reproduction repo, building take too long.


Languages

Language:TypeScript 91.1%Language:JavaScript 8.9%