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 readme says "Yarn build tries to guess your input and output folders based on common conventions." but I don't really know what that means. It would be great to spell out the exact algorithm it uses to guess the folders.
The text was updated successfully, but these errors were encountered:
In short, package.json#main conventionally points to the compiled js for other packages to run. If defined the folder containing the main file is marked as an output folder, and any changes to it are ignored.
This is only relevant for caching, as the build command is the script at [email protected].
The readme says "Yarn build tries to guess your input and output folders based on common conventions." but I don't really know what that means. It would be great to spell out the exact algorithm it uses to guess the folders.
The text was updated successfully, but these errors were encountered: