Find Dependents: Webpack support
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"
}
- Check out the configuring settings section for more information.
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.