Hi Christophe, The CLI analyzes your bundles and optimizes it for optimal use. Things out of node_modules that are used in multiple modules end up in vendor automatically. But if it's used only by 2 modules the CLI creates a small helper bundle and puts it in there. BTW, it turned out that in practice a vendor bundle usually leads to a bigger total payload, so when you build for production, the build defaults to no vendor file.
Regards Sander -- You received this message because you are subscribed to the Google Groups "Angular and AngularJS discussion" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/angular. For more options, visit https://groups.google.com/d/optout.
