We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2f36785 commit e789b77Copy full SHA for e789b77
README.md
@@ -87,7 +87,7 @@ module: {
87
}
88
```
89
90
-The [`require.resolve`](https://nodejs.org/api/all.html#globals_require_resolve)
+The [`require.resolve`](https://nodejs.org/api/all.html#modules_require_resolve)
91
is a Node.js call (unrelated to `require.resolve` in webpack
92
processing). `require.resolve` gives you the
93
absolute path to the module (`"/.../app/node_modules/react/react.js"`). So the
0 commit comments