This repository was archived by the owner on Mar 25, 2025. It is now read-only.

Description
With libraries like chokidar it should be relatively easy to add a development mode where we watch the source files for any changes to trigger a rebuild. This is especially useful when the project is linked into other projects during development e.g. because of using npm/yarn link or because some Lerna multi repository setup is used.