Skip to content

Commit 1ea6e5b

Browse files
authored
Apply suggestions from code review
1 parent 36533ba commit 1ea6e5b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/content/guides/package-exports.mdx

+2-2
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ Example:
6767

6868
Here `package/things/apple` might be found in `.../package/good-things/apple` or in `.../package/bad-things/apple`.
6969

70-
W> As of version 5.93.1, webpack's behavior has been updated to align with Node's behavior. It now selects the first valid path without attempting further resolutions and throws an error if the path cannot be resolved.
70+
W> As of version 5.94.0, webpack's behavior has been updated to align with Node's behavior. It now selects the first valid path without attempting further resolutions and throws an error if the path cannot be resolved.
7171

7272
For example, given the following configuration:
7373

@@ -79,7 +79,7 @@ For example, given the following configuration:
7979
}
8080
```
8181

82-
Webpack 5.93.1+ will now throw an error since `non-existent.js` is not found while the previous behavior would have resolved to `existent.js`.
82+
Webpack 5.94.0+ will now throw an error since `non-existent.js` is not found while the previous behavior would have resolved to `existent.js`.
8383

8484
## Conditional syntax
8585

0 commit comments

Comments
 (0)