Skip to content

Commit bd9c4dd

Browse files
committed
doc: Fix ESM/CJS error
1 parent 06bc978 commit bd9c4dd

File tree

1 file changed

+1
-1
lines changed
  • packages/docs/content/docs/migrations

1 file changed

+1
-1
lines changed

packages/docs/content/docs/migrations/v2.mdx

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Next.js supports ESM in app code since version 12, but if you are bundling
1212
you'll run into import issues:
1313

1414
```txt
15-
[ERR_REQUIRE_ESM]: require() of ES Module from not supported
15+
[ERR_REQUIRE_ESM]: require() of ES Module not supported
1616
```
1717

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

0 commit comments

Comments
 (0)