Skip to content

Commit

Permalink
doc: Fix ESM/CJS error
Browse files Browse the repository at this point in the history
  • Loading branch information
franky47 committed Jan 17, 2024
1 parent 7aefd53 commit fbc4629
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/docs/content/docs/migrations/v2.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Next.js supports ESM in app code since version 12, but if you are bundling
you'll run into import issues:

```txt
[ERR_REQUIRE_ESM]: require() of ES Module from not supported
[ERR_REQUIRE_ESM]: require() of ES Module not supported
```

If converting your library to ESM is not possible, your main option is to
Expand Down

0 comments on commit fbc4629

Please sign in to comment.