Improve bundling of ui dependencies via gulp build #6851
Labels
area-buildSystem
related to our build system
contributor experience
An issue that impacts, or planned improvement to, the contributor experience.
In #5547, we started bundling some front end dependencies separately from the rest of our UI code.
The purpose of this was to shrink the size of the largest file in our bundle.
There were two noted improvements in that PR.
To complete the first, we need to dynamically source all files that should be in the bundle and then bundle them into a number of files of roughly equal size. Package names are currently hard-coded near the top of the gulp file.
To complete the second, we need to ensure that the
<script src="./libs.js" type="text/javascript" charset="utf-8"></script>
line inhome.html
,popup.html
andnotification.html
is only included in production build.The text was updated successfully, but these errors were encountered: