Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs(config) document Rule.resolve #3199

Merged
merged 2 commits into from Jul 17, 2019
Merged

docs(config) document Rule.resolve #3199

merged 2 commits into from Jul 17, 2019

Conversation

EugeneHlushko
Copy link
Member

This is the missing configuration i mentioned on the #3197
Although to completely close the issue we need to figure our where to add the documentation on the getResolve resolver method. Currently its not on webpack.js.org and not on https://github.com/webpack/enhanced-resolve

I guess i could be tracked in #3197 and future prs

@netlify
Copy link

netlify bot commented Jul 17, 2019

Preview is ready

Built with commit a6b8e2c

https://deploy-preview-3199--webpackjsorg-netlify.netlify.com

@@ -403,6 +403,27 @@ module.exports = {

See [UseEntry](#useentry) for details.

## `Rule.resolve`

Resolving can be configured on module level. For options see [resolve configuration page](/configuration/resolve/#resolve). All applied resolve options are merged.
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

All applied resolve options are merged.

What does this mean? Merged where?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

With configuration resolve (high level)

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

previous link in text for reference

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

hope the new version is more accessible

@montogeek montogeek merged commit 82d1db2 into master Jul 17, 2019
@montogeek
Copy link
Member

Nice example, thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants