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
the suffix resolution for opening the compiled JS file in both the common and app subprojects does not work, since the default is .js. One would need to add the suffix in the subproject's rescript.json as well.
The order of evaluation should be
local > root > default fallback
The text was updated successfully, but these errors were encountered:
If I have a monorepo:
and, in the root
rescript.json
, I set thesuffix
to something that is not the default, e.g.the suffix resolution for opening the compiled JS file in both the
common
andapp
subprojects does not work, since the default is.js
. One would need to add the suffix in the subproject'srescript.json
as well.The order of evaluation should be
local > root > default fallback
The text was updated successfully, but these errors were encountered: