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
When uses enable-auto-require, current dependent klaw-sync wouldn't correctly handle recursively filter cljs files, which could cause generating index.*.js failure.
What we should do is as follows:
Change to klaw-sync@6.0.0
Provide traverseAll: true for options parameter
The text was updated successfully, but these errors were encountered:
When uses
enable-auto-require
, current dependentklaw-sync
wouldn't correctly handle recursively filtercljs
files, which could cause generating index.*.js failure.What we should do is as follows:
traverseAll: true
for options parameterThe text was updated successfully, but these errors were encountered: