Skip to content

Zero - v3.0.1

Choose a tag to compare

@ItsJonQ ItsJonQ released this 04 Mar 19:33
· 16 commits to master since this release

Build/Compile: Pass args to TypeScript and Babel

This update fixes the issue where --args weren't correctly being passed
to the zero build command (for Babel and TS).

This allows for a command like this:

zero build && zero build --no-clean --ts --emitDeclarationOnly

It compiles TS with Babel, and the .d.ts files with tsc


  • Build/Compile: Pass args to TypeScript and Babel (#16) 25dbbee

v3.0.0...v3.0.1