|
|
|
|
|
by iMarv
2765 days ago
|
|
Depending on how well you do the treeshaking, all dependencies that are not in use will be removed from the bundle. I do not know how agressive the angular CLI settings for webpack are, but with our own config we are removing any noise really effectively |
|