1.0.0 • Published 4 years ago
eswatch v1.0.0
eswatch
A watcher utility for esbuild
Disclaimer: this project is not being actively maintained anymore, for similar tools consider checking out
estrella
or even esbuild watch mode thread for more information or possible alternatives
Command-line usage
Usage:
$ eswatch <...entry-points>
Commands:
<...entry-points> Build files with esbuild
For more info, run any command with the `--help` flag:
$ eswatch --help
Options:
--watch <...files> Directory/files to watch (supports glob patterns)
--standalone Include dependencies on bundle
--clear Clear screen on each reload
--run [entry] Entry point for the build
--keepfiles Don't delete files from the target output directory before build
--bundle Bundle all dependencies into the output files
--platform <platform> Platform target (browser | node, default browser)
--minify Remove whitespace, shorten identifiers and syntax
--external <module> Exclude specific modules from the bundle
--format <format> Output format (iife | cjs | esm, no default when not bundling
otherwise, default is iife when platform is browser and cjs when
platform is node)
--splitting Enable code splitting (currently only works for esm)
--outdir <outdir> The output directory (for multiple entry points)
--outext <outext> Use a custom output extension instead of ".js"
-h, --help Display this message
-v, --version Display version number
Contributing
- Fork it!
- Create your feature branch:
git checkout -b feat/my-new-feature
- Commit your changes:
git commit -am 'feat: Add some feature'
- Push to the branch:
git push origin feat/my-new-feature
- Submit a pull request :D
1.0.0
4 years ago
1.0.0-alpha.2
4 years ago
1.0.0-alpha.1
5 years ago
0.11.3
5 years ago
0.11.1
5 years ago
0.11.2
5 years ago
0.11.0
5 years ago
0.10.4
5 years ago
0.10.3
5 years ago
0.10.2
5 years ago
0.10.1
5 years ago
0.10.0
5 years ago
0.9.4
5 years ago
0.9.5
5 years ago
0.9.3
5 years ago
0.9.0
5 years ago
0.9.2
5 years ago
0.9.1
5 years ago
0.8.0
5 years ago
0.7.6
5 years ago
0.7.7
5 years ago
0.7.5
5 years ago
0.7.4
5 years ago
0.7.3
5 years ago
0.7.2
5 years ago
0.7.1
5 years ago
0.7.0
5 years ago
0.6.0
5 years ago
0.5.0
5 years ago
0.5.1
5 years ago
0.4.1
5 years ago
0.4.0
5 years ago
0.3.0
5 years ago
0.2.0
5 years ago
0.1.2
5 years ago
0.1.1
5 years ago
0.1.0
5 years ago