hullis on feat-angular-v14
hullis on master
release(module:angular): releas… (compare)
hullis on feat-angular-v14
release(module:angular): releas… (compare)
dependabot[bot] on npm_and_yarn
Bump terser from 4.8.0 to 4.8.1… (compare)
Hi all
Forgive me if this has been asked previously.
I am facing a css bundle size issue (12 MB)
I'm importing a lot of AntD components in my project like
import { Button } from 'antd';
...
...
In my App.less I am importing @import '~antd/dist/antd.less';
When I build my react app (created with create-react-app)
The main css chunk size is 12 MB.
I analzyed it with source-map-explorer it shows 70% of it is from colors and style