Skip to content

Code Insights: Move linguist-languages lib out of the main app chunk

Administrator requested to merge vk/move-linguist-lang-lib-out-main-app into main

Created by: vovakulikov

Background

As @eseliger noted at the moment we include linguist-languages in the main chunk which is not good cause this lib is used only for code lang stat insight (code-insight specific thing). Also, this library is not so small that you don't have to worry about it.

Before moving this lib away from the main chunk (Erik screenshot) image

This PR changes Screenshot 2021-10-12 at 12 21 05

Merge request reports

Loading