Welcome toVigges Developer Community-Open, Learning,Share
Welcome To Ask or Share your Answers For Others

Categories

0 votes
1.2k views
in Technique[技术] by (71.8m points)

webpack - Why "vendor-chunk" should only be used for Development?

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

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome To Ask or Share your Answers For Others

1 Answer

0 votes
by (71.8m points)
Waitting for answers

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome to Vigges Developer Community for programmer and developer-Open, Learning and Share
...