Skip to content

Webpack support!

Compare
Choose a tag to compare
@mrjoelkemp mrjoelkemp released this 11 May 21:33
· 125 commits to master since this release

The JumpToDependency feature supports jumping to dependencies that are aliased via a webpack config.

You can now add a webpack_config to 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.