ryyppy / rescript-nextjs-template

Opinionated Boilerplate for NextJS, Tailwind and ReScript
https://nextjs-default.ryyppy.now.sh
Apache License 2.0
407 stars 33 forks source link

Breaks yarn workspaces #55

Open danwetherald opened 3 years ago

danwetherald commented 3 years ago

When running this with pinned dependencies - it will cause other projects who also are pinned to those dependencies to stop building.

This makes it impossible to have both apps running at the same time as they are crushing the others app's build artifacts is my guess.

image

Once you have run the rescript compiler in next app it will then break once you make a change in a different app with that shared pinned dependency. (Image shown above)

rescript @ 9.1.4