Improvements:
- adds support for source on stdin (both in script mode and CLI mode; see
test/stdin
) #26 - improves watch incremental build performance (by utilizing esbuild's incremental option)
- upgrades esbuild dependency to 0.11.x which brings many improvements and expands
BuildConfig.entry
and.entryPoints
to accept a record mapping output files to input files. #36 - removes the noisy postinstall message #34
Changes in behavior:
- when
run
ning a program after building it, any user-providedonEnd
callback is now invoked & awaited before starting the sub process. In Estrella <=1.4.0 onEnd was called concurrently with starting the subprocess. #38
Bug fixes:
config.entry
would in some cases not be set in the config object passed toonStart
andonEnd
callbacks.
Install this version:
npm i -D [email protected]