This PR enables caching in Webpack. This should speed up significantly the bundling time when the cache is already generated. It's enabled for both development and production builds. Cache for production builds could be useful to speed up CI.
Example
Starting a development server of a large SSR application
Description
This PR enables caching in Webpack. This should speed up significantly the bundling time when the cache is already generated. It's enabled for both development and production builds. Cache for production builds could be useful to speed up CI.
Example
Starting a development server of a large SSR application
Without cache
With cache