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
Currently, we use Terser for optimizing the final bundle.
We should give a try on closure compiler and its different optimization levels. This can lead to better runtime performance and smaller bundle size.
PS: React uses Closure compiler to build react.
The text was updated successfully, but these errors were encountered:
Currently, we use Terser for optimizing the final bundle.
We should give a try on closure compiler and its different optimization levels. This can lead to better runtime performance and smaller bundle size.
PS: React uses Closure compiler to build react.
The text was updated successfully, but these errors were encountered: