You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 17, 2024. It is now read-only.
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!
The text was updated successfully, but these errors were encountered:
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
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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!
The text was updated successfully, but these errors were encountered: