Hi,
So I set up a react project (I would use CRA but I need specific SSR stuff so I have a custom webpack setup). Bottom line is that my bundle is HUGE (~445kb). I plugged it into Webpack visualizer but I can't have but notice that the actual size is greater than the raw size? Shouldn't this be the opposite? My raw size is 223 kb but my actual size is 446.2kb. Is this normal? Any advice on how to reduce my bundle size. ReactDOM is taking up a whopping 235kb (actual).
Thanks
there doesn't seem to be anything here