Upon building my Angular app in production mode, my main.(hash).js is very oversized at around 2.8 mb. Looking at it, it looks like it’s integrating all of a third-party library (specifically Kendo) into that file.
Is there a way to split out the kendo library from main.js?