YingHua

Results 4 comments of YingHua

`react-icons` contribute to large size of bundle, might need to look for alternatives such as `@material-ui/icons` or reuse ant design's icon as we already have `@ant-design/icons` imported. ## Unpacked Size...

> Hmm, strange that your bundle is quite different from mine. react-icons should have tree-shaking such that only the required icons are imported and not everything. Might want to take...

Removed the old `dist/`, perform rebuild and run bundle analyser, it still the same.

> Removed the old `dist/`, perform rebuild and run bundle analyser, it still the same. Remove `node_modules` and rebuild with `npm install` solve the problems. At the same time, I...