This repository was archived by the owner on Feb 1, 2022. It is now read-only.

Description
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).