You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 4, 2020. It is now read-only.
build:docs:docgen should be triggered, but nothing happens
The reason is that the watch path contains backslashes as path.resolve(), which is used to construct it, uses backslashes on Windows.
According to documentation glob pattern must contain forward slashes only.
Incremental build breaks examples menu
For each component single JSON file with a list of examples is built from multiple index.tsx files.
When one of the files is changed, watch triggers incremental build for the single changed file, and the resulting JSON is overwritten with data from that single file only.
(Have types and variants examples, update types' index, all variants are now missing in example menu).
This can be solved by adding gulp-remember to the watch pipe.