Update cheatsheets

This commit is contained in:
ivuorinen
2025-10-15 00:19:37 +00:00
parent 220486abce
commit d5421f7c01
42 changed files with 459 additions and 43 deletions

View File

@@ -14,7 +14,7 @@ source: https://github.com/tldr-pages/tldr.git
- Bundle a JSX application from `stdin`:
`esbuild --bundle --outfile={{path/to/out.js}} < {{path/to/file.jsx}}`
`esbuild < {{path/to/file.jsx}} --bundle --outfile={{path/to/out.js}}`
- Bundle and minify a JSX application with source maps in `production` mode: