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
Basically the changes done here are the results of following this
tutorial: https://monorepo.guide/getting-started . Additionally some
changes are from an earlier pr (#37), which was also about setting up
Preconstruct.
* Add Preconstruct as dependency
* Setup Babel and ESLint
* Rename workspaces to use the structure used in the tutorial. I don't
know if this is some convention oslt, but it seems like a nice, clear
structure for the repo
* Add a script for using Preconstruct, and a postinstall hook to run it
automatically while devving (see root package.json)
* Move all devDependencies to dependencies on root package.json. This
was recommended by Preconstruct, but I can't quite recall why
0 commit comments