Webpack bundle bloated when using this package.
Opened this issue · 0 comments
josh08h commented
I'm using this package. however it is causing a rather large increase in my outputted Webpack bundle size.
The loaders.css
is adding 61kb to my production build alone.
- Shouldn't
loaders.min.css
be included in my production build, notloaders.css
. - Even
loaders.min.css
is 41kb. Wouldn't a better solution be to include the css that I need?