0.0.10
This release includes two things:
Compilation file-filter (feature)
In this PR we added a third argument, allowing for a filter on the actual files that are being compiled to Javascript. For instance, storybook files, or test files. This may save a bit of time on compiles.
This allows for instance to so something like: rewatch watch . "(.test)|(Stories)"
.
Correctly Capitalize Namespaces (bug)
As described in this issue, namespaces were not correctly capitalized, making them invalid modules.