SUI-Components / sui

Monorepo for SUI (Simple User Interface) packages.
170 stars 33 forks source link

Feat/webpack cache #1696

Closed andresz1 closed 10 months ago

andresz1 commented 10 months ago

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

Screenshot 2024-01-04 at 11 48 08

With cache

Screenshot 2024-01-04 at 11 48 03