Skip to content

Commit 05be73f

Browse files
committed
reference minifier Playgrounds
1 parent a0a4868 commit 05be73f

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

src/docs/contribute/minifier.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,15 @@ Key strategies for maintaining performance:
7272
- [Terser Options](https://github.com/terser/terser#minify-options)
7373
- [esbuild Minification](https://esbuild.github.io/api/#minification)
7474

75+
#### Playgrounds
76+
77+
- esbuild: https://esbuild.github.io/try
78+
- rollup: https://rollupjs.org/rep
79+
- swc: https://play.swc.rs
80+
- terser: https://try.terser.org
81+
- closure compiler: https://jscompressor.treblereel.dev
82+
- Official website is no longer available: [Closure Compiler Webservice Turndown - 2025](https://github.com/google/closure-compiler/issues/4199)
83+
7584
[google-closure-compiler]: https://github.com/google/closure-compiler
7685
[terser]: https://github.com/terser/terser
7786
[esbuild]: https://github.com/evanw/esbuild

0 commit comments

Comments
 (0)