SUI-Components / sui

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

feat(packages/sui-bundler): use gzip compression #1699

Closed andresz1 closed 10 months ago

andresz1 commented 10 months ago

Description

This PR uses gzip instead of brotli. Looks like brotli that when brotli is enabled webpack takes more time than with gzip to bootstrap

Related Issue

Example