esbuild: fix grammar (#6157)

This commit is contained in:
bl-ue
2021-06-22 12:07:53 -04:00
committed by GitHub
parent 42b99f7d1c
commit f9aac432e9

View File

@@ -27,7 +27,7 @@
`esbuild --bundle app.js --loader:{{.js=jsx}} {{path/to/file.js}}` `esbuild --bundle app.js --loader:{{.js=jsx}} {{path/to/file.js}}`
- Bundle and serve JavaScript application on an HTTP server: - Bundle and serve a JavaScript application on an HTTP server:
`esbuild --bundle --serve={{port}} --outfile={{index.js}} {{path/to/file.js}}` `esbuild --bundle --serve={{port}} --outfile={{index.js}} {{path/to/file.js}}`