We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 06bc978 commit bd9c4ddCopy full SHA for bd9c4dd
packages/docs/content/docs/migrations/v2.mdx
@@ -12,7 +12,7 @@ Next.js supports ESM in app code since version 12, but if you are bundling
12
you'll run into import issues:
13
14
```txt
15
-[ERR_REQUIRE_ESM]: require() of ES Module from not supported
+[ERR_REQUIRE_ESM]: require() of ES Module not supported
16
```
17
18
If converting your library to ESM is not possible, your main option is to
0 commit comments