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 Jun 3, 2019. It is now read-only.
I have been using the dll webpack plugin without even noticing it running thanks to your boilerplate. That's awesome! 🎉
Recently I added more packages to the devVendorDLL.include as my builds were getting slower and slower - the app is getting bigger and bigger. My __dev_vendor_dll__.js file is now over 5MB and I've noticed it is not being cached by the browser because of the ?t=${Date.now()} added in the ServerHTML.js file.
My question is - is this a desired behavior? With this in place my browser fetches the file every time I reload the page, and that's a pretty big file for a browser.
The text was updated successfully, but these errors were encountered:
Hey guys!
I have been using the dll webpack plugin without even noticing it running thanks to your boilerplate. That's awesome! 🎉
Recently I added more packages to the
devVendorDLL.include
as my builds were getting slower and slower - the app is getting bigger and bigger. My__dev_vendor_dll__.js
file is now over 5MB and I've noticed it is not being cached by the browser because of the?t=${Date.now()}
added in theServerHTML.js
file.My question is - is this a desired behavior? With this in place my browser fetches the file every time I reload the page, and that's a pretty big file for a browser.
The text was updated successfully, but these errors were encountered: