Skip to content

Find Dependents: Webpack support

Compare
Choose a tag to compare
@mrjoelkemp mrjoelkemp released this 16 May 02:13
· 122 commits to master since this release

The Find Dependents feature now supports processing modules that use Webpack aliasing for JS codebases. This means that if you're using resolve.alias in your webpack config, Dependents will resolve any of those aliased modules when it's searching for the Dependents of a module.

To use, you need a webpack_config entry in your .deprc file that points to the location of your webpack config:

{
  "webpack_config": "path/to/my/webpack.config.js"
}

Additional Dependents features will support Webpack resolution in future updates.

Update the Dependents package in Sublime Text or install it if you haven't yet.