mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-03-14 14:59:43 +00:00
Update cheatsheets
This commit is contained in:
@@ -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:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user