FullScreenShenanigans / EightBittr

Bare-bones, highly modular game engine for 2D 8-bit games.
MIT License
78 stars 10 forks source link

🛠 Tooling: Closure Compiler #316

Open JoshuaKGoldberg opened 2 years ago

JoshuaKGoldberg commented 2 years ago

Tooling Report Checklist

Overview

Google's Closure Compiler for many years was considered best-in-class for JavaScript minification+uglification. It might be useful for making distributed bundles even smaller.

Additional Info

https://www.npmjs.com/package/google-closure-library-webpack-plugin looks like the current Webpack 5 latest-and-greatest.