cefn / lauf

Monorepo for lauf packages.
MIT License
5 stars 0 forks source link

Resolve app packages both for Codesandbox and Monorepo #123

Closed cefn closed 3 years ago

cefn commented 3 years ago

Ensures that @lauf modules can resolve in two ways - locally to monorepo packages, but also via public packages e.g. for a CodeSandbox 'deep import' of the project folder.

Change to configs mean both nextjs and create-react-app projects can be launched successfully in CodeSandbox.

Also retires any dependency on lauf-runner, bumps versions of nextjs and react and incorporates force-changes to tsconfig imposed by latest next.

Incorporates a changeset to increment versions to 0.2.1. To finalise this work republishing all packages will also remove the assertion "Use "pnpm install" for installation in this project."