derekmiranda / webpack-4-resolve-plugin-notes

Notes on Webpack 4 Resolve plugins

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Webpack 4 Resolve Plugin Notes

Motivations

It's been frustrating trying to find information on how to write resolve plugins so I'll be using this repo to compile information I find while reading through Webpack source code or finding random tidbits about the resolve plugin API.

Next Steps

  • figure out which hooks correspond to which parts of the resolution pipeline
  • find hooks around alias resolution

Resolution Flowchart

Resolution Flowchart Image

Sources

Great overview of resolution pipeline + more info on API

About

Notes on Webpack 4 Resolve plugins