-
Notifications
You must be signed in to change notification settings - Fork 62
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
feat: nextjs integration #1030
feat: nextjs integration #1030
Conversation
Closes: #1023
…onfig to entry point Refs: #1023
Just realized that I will have to find a way to publish an alpha version of the package without Lerna (so I can test with Vercel deployments). |
I'm sad to realize that it's no easy task to install a package from the monorepo without an npm publish. |
Update:
I will pause here as far as "the reporting to Honeybadger" task goes and focus on the next points in the todo list above. I will document known limitations, so we can create issues to improve them. |
Update: |
136e632
to
df5b9f4
Compare
Hey @BethanyBerkowitz, @joshuap and @stympy, I think this is ready for review. I have some more testing to do, but you should be able to get started with the review. |
I will merge this so that the package will be published on npm. Then, I will be able to do end-to-end testing with our example repository. |
Status
READY
Description
Closes: #1023
A nextjs dedicated package that simplifies integration with nextjs:
Todos