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 1, 2022. It is now read-only.
Our code base uses express-react-views & is fairly old (~2 years) & since migrating to something like nextjs is not possible for us anytime soon, we have been trying to integrate webpack into the mix.
I have looked at the previous issues & from what I gather, we don't want to do that & are pushing people to use something like nextjs. But for someone like us, can we put up some examples? Especially around caching? I am happy to initiate that with a basic PR. :)
And I am asking because I am stuck at issue of solving the issue of caching our bundles in production with webpack (we have successful so far in generating client side bundles).
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Our code base uses
express-react-views
& is fairly old (~2 years) & since migrating to something likenextjs
is not possible for us anytime soon, we have been trying to integratewebpack
into the mix.I have looked at the previous issues & from what I gather, we don't want to do that & are pushing people to use something like
nextjs
. But for someone like us, can we put up some examples? Especially aroundcaching
? I am happy to initiate that with a basic PR. :)And I am asking because I am stuck at issue of solving the issue of caching our bundles in production with
webpack
(we have successful so far in generating client side bundles).The text was updated successfully, but these errors were encountered: