-
-
Notifications
You must be signed in to change notification settings - Fork 19
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
Type error fixes cause errors in next.js #65
Comments
jaywcjlove
added a commit
to forksss/rehype-prism-plus
that referenced
this issue
Aug 7, 2023
Modified the previous output type directory location |
1 task
jaywcjlove
added a commit
to forksss/rehype-prism-plus
that referenced
this issue
Aug 7, 2023
Released as v1.6.3. Thanks for the fix! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Originally posted by @jaywcjlove in #64 (comment)
rehype-prism-plus/package.json
Lines 13 to 29 in d8582ab
The reason for the error is:
import
+require
must be used in combination in the exports field in next.js.The text was updated successfully, but these errors were encountered: