We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 59baa76 commit c7fe517Copy full SHA for c7fe517
doc/api/esm.md
@@ -354,6 +354,10 @@ The conditions supported in Node.js are matched in the following order:
354
4. `"default"` - the generic fallback that will always match if no other
355
more specific condition is matched first. Can be a CommonJS or ES module
356
file.
357
+
358
+> Setting any of the above flagged conditions for a published package is not
359
+recommended until they are unflagged to avoid breaking changes to packages in
360
+future.
361
362
Using the `"require"` condition it is possible to define a package that will
363
have a different exported value for CommonJS and ES modules, which can be a
0 commit comments