Welcome to ShenZhenJia Knowledge Sharing Community for programmer and developer-Open, Learning and Share
menu search
person
Welcome To Ask or Share your Answers For Others

Categories

I read the following in Angular docs:

--vendor-chunk

Generate a separate bundle containing only vendor libraries. This option should only used for development.

But there are no details about why this option should only be used for development. I've read in other places that they recommend to separate the vendor chunk so clients don't need to download it again when we release a new version of the application (because the main chunk changes, but the vendor chunk doesn't necessarily change).

Why is Angular's docs recommend to sue this only in development?

question from:https://stackoverflow.com/questions/65892054/why-vendor-chunk-should-only-be-used-for-development

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
thumb_up_alt 0 like thumb_down_alt 0 dislike
1.3k views
Welcome To Ask or Share your Answers For Others

1 Answer

Waitting for answers

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
thumb_up_alt 0 like thumb_down_alt 0 dislike
Welcome to ShenZhenJia Knowledge Sharing Community for programmer and developer-Open, Learning and Share
...