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
The documentation on the next branch of webpack.js.org now points to this package and it's README more prominently from the resolvers.md page. It seems the README for this package is totally out of date with the current code (though I could be wrong). I think the following needs to be documented:
Each available hook (preferably using the same format we use here)
Type of underlying tapable hook
Brief description and optionally a small example
Any parameters passed
A description of each available class method and their parameters (e.g. doResolve)
@mlcohen, seeing as you dug into this a bit in webpack/webpack.js.org#1458, would you be willing to help out with updating this README? You may want to collaborate with @sokra and @TheLarkInn as I think the API changed a bit recently.
The text was updated successfully, but these errors were encountered:
The documentation on the
next
branch of webpack.js.org now points to this package and it's README more prominently from theresolvers.md
page. It seems the README for this package is totally out of date with the current code (though I could be wrong). I think the following needs to be documented:tapable
hookdoResolve
)@mlcohen, seeing as you dug into this a bit in webpack/webpack.js.org#1458, would you be willing to help out with updating this README? You may want to collaborate with @sokra and @TheLarkInn as I think the API changed a bit recently.
The text was updated successfully, but these errors were encountered: