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
I put the lib dir in bsconfig.json and run build -w, and the build was run infinitely.
"sources": [
{ "dir": "lib", "subdirs": true }
],
Of course, I found the cause of the problem by reading Doc, but I think it would be good to raise the warning.
It is expected that need to check lib is included in bsb_parse_sources.ml
2022-06-16.8.56.21.mov
The text was updated successfully, but these errors were encountered:
aspeddro
added a commit
to aspeddro/rescript-compiler
that referenced
this issue
Jan 31, 2023
I put the
lib
dir inbsconfig.json
and runbuild -w
, and the build was run infinitely.Of course, I found the cause of the problem by reading Doc, but I think it would be good to raise the warning.
It is expected that need to check
lib
is included in bsb_parse_sources.ml2022-06-16.8.56.21.mov
The text was updated successfully, but these errors were encountered: