SAP/Webchat

reduce bundle size

janteuni opened this issue · 2 comments

The bundle size can be reduced by updating the Webpack config I guess.

Hello @janteuni! I'll try it if that's ok!

Well, I reduced the bundle just a little (743.66 to 739.34 KB yay!) But, what's the goal exactly, because greater bundle reductions, as I see, in fact come with identifying non-used libraries or compression or splitting. The first is a little hard to an outsider developer (like me) and the another two options are tricky because the bundle isn't provided by a server.

Any sugestions? If you guys want I can pull what I did so far. What do you think @janteuni ?