You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: packages/node-resolve/README.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -221,7 +221,7 @@ export default ({
221
221
})
222
222
```
223
223
224
-
## Resolving require statements
224
+
## Resolving Require Statements
225
225
226
226
According to [NodeJS module resolution](https://nodejs.org/api/packages.html#packages_package_entry_points)`require` statements should resolve using the `require` condition in the package exports field, while es modules should use the `import` condition.
0 commit comments