angular-bootloader
angular-bootloader copied to clipboard
Question: Vendor file
If I'm splitting my js files into 2 groups - one is the vendor file and the other is the app bundle - can I still use this repo? Is possible to add async tag to both script tags? If yes, how the browser will choose which one to load first?
Thanks!
This would require more work on webpack. The problem you rub into is not knowing when vender bundle file is done before invoking main bundle. I request that to be on by default in webpack 3 so it won't be a problem in the future. There are a couple of plugins to help with this too