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
on create react app they have a discussion about supporting absolut imports via nested node_modules folder (src/node_modules).
With the current version (6.0.32) of Styleguidist the components are getting render but no changes to the source are recognise of the webDevServer in this folder.
If i change the value to ^(?!.*([/\\\\]src[/\\\\]node_modules[/\\\\])).*([/\\\\]node_modules[/\\\\])
the changes are recognise in src/node_modules. (other solution )
I need the possibility to overwrite the ignore property or have a better default.
The text was updated successfully, but these errors were encountered:
zerocity
pushed a commit
to 25th-floor/ttrack-client
that referenced
this issue
Oct 31, 2017
Hi,
on create react app they have a discussion about supporting absolut imports via nested node_modules folder (src/node_modules).
With the current version (6.0.32) of Styleguidist the components are getting render but no changes to the source are recognise of the webDevServer in this folder.
If i change the value to
^(?!.*([/\\\\]src[/\\\\]node_modules[/\\\\])).*([/\\\\]node_modules[/\\\\])
the changes are recognise in src/node_modules. (other solution )
I need the possibility to overwrite the ignore property or have a better default.
The text was updated successfully, but these errors were encountered: