Skip to content

0.0.10

Compare
Choose a tag to compare
@rolandpeelen rolandpeelen released this 04 May 08:49
· 209 commits to master since this release

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.