Is your feature request related to a problem? Please describe.
each page load for a country select there are 100s of SVG requests, if a build step was added to create a single Sprite SVG, then these network calls could be avoided.
Describe alternatives you've considered
Writing documentation outlining how to add particular build steps and programatic changes required to get the same result while the team works on an automated solution.
Is your feature request related to a problem? Please describe. each page load for a country select there are 100s of SVG requests, if a build step was added to create a single Sprite SVG, then these network calls could be avoided.
Describe the solution you'd like As per: https://github.com/hampusborgos/country-flags/issues/35
Describe alternatives you've considered Writing documentation outlining how to add particular build steps and programatic changes required to get the same result while the team works on an automated solution.
Additional context https://github.com/svg-sprite/svg-sprite is another possibility to use.