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 building my project, I get the following output
[1/7]📦 Building package tree...Could not read folder: test/intl...
[1/7] 📦 Built package tree in 0.01s
[2/7] 🕵️ Found source files in 0.00s
[3/7] 📝 Read compile state 0.03s
[4/7] 🧹 Cleaned 0/1503 0.00s
[5/7] 🧱 Parsed 0 source files in 0.00s
[6/7] ️🌴 Collected deps in 0.01s
[7/7] 🤺 ️Compiled 0 modules in 0.00s
Problems:
It is not clear in the output which package the message "Could not read folder: test/intl" applies to. Took me some searching to find out that it is @rescript/core.
test/intl is a dev source dir in @rescript/core and therefore should not be attempted to build when @rescript/core is used as a dependency (to my understanding).