Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(package): update exports to import/require #2366

Merged
merged 11 commits into from
Sep 28, 2022
Prev Previous commit
Next Next commit
chore: add nextjs example to setup
  • Loading branch information
joshblack committed Sep 28, 2022
commit 657eaef944ef0080c8d67202bd73351d74ede697
9 changes: 3 additions & 6 deletions examples/nextjs/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 5 additions & 0 deletions script/setup
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,8 @@ npm run build
pushd docs
npm install --legacy-peer-deps
popd

# Install examples dependencies
pushd examples/nextjs
npm install --legacy-peer-deps
popd