I have a project in Angular1.x using a lot of SVG files.
I have no idea what to do to SVG files to prepare them for production.
I don't want my page to invoke 50 calls to different SVG files. So what are my options and which tools do I have to accomplish them?
I use npm scripts to build my project.