Skip to content
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update doc/api/esm.md
Co-Authored-By: Geoffrey Booth <GeoffreyBooth@users.noreply.github.com>
  • Loading branch information
MylesBorins and GeoffreyBooth authored Apr 27, 2020
commit 5508ad8f95eb9ac5d7f765bb449296d794664c99
2 changes: 1 addition & 1 deletion doc/api/esm.md
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,7 @@ environment, including whether the package is referenced via `require` or via
**Warning**: Introducing the `"exports"` field prevents consumers of a package
from using any entry points that are not defined, including the `package.json`.
This will likely be a breaking change. To make the introduction of `"exports"`
Semver-Minor either ensure that every previously supported entry point is
non-breaking, either ensure that every previously supported entry point is
exported or include an export of the root of the package `"./": "./"`.
Comment thread
MylesBorins marked this conversation as resolved.
Outdated

If both `"exports"` and `"main"` are defined, the `"exports"` field takes
Expand Down