Launch Week Day 1: Socket for Jira Is Now Available.Learn More
Socket
Book a DemoSign in
Socket

eswatch

Package Overview
Dependencies
Maintainers
1
Versions
37
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

eswatch

A watcher utility for esbuild

latest
Source
npmnpm
Version
1.0.0
Version published
Maintainers
1
Created
Source

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

FAQs

Package last updated on 09 May 2021

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts