Open fabiocarneiro opened 4 years ago
When building a custom component with angular 9 (ivy, webpack), I would like my bundle size to be as small as possible.
I would like to be able to have in my final bundle only the icons that are being used in my app.
I am using only two icons for my custom component, but I get an SVG with all the icons.
Description
When building a custom component with angular 9 (ivy, webpack), I would like my bundle size to be as small as possible.
Expected outcome
I would like to be able to have in my final bundle only the icons that are being used in my app.
Actual outcome
I am using only two icons for my custom component, but I get an SVG with all the icons.