Thanks but I'm quite surprised, with my previous webpack build most of my application size was in my vendor file, now it's in my main file which is not always great for debugging.
Thanks for the advice about vendor file oversize, but I was willing (not yet sure) to create a common vendor file for several applications (in the same angular workspace) that shares lots of common dependencies. In my previous webpack config I had a single vendor entry file for all my application. This way I was sure I had the same dependencies grouped together, and the others were in the main.js file. But this was just an idea which is not very important right now. The main reason I'm trying to put most of the code in the vendor file is for debugging purpose. Thanks for your response. -- 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.
