v1.4.0
Source map support
Now your favorite editor can open exactly the place (file, line and column) where some module is required or requiring some other module:
- enable source-map in your webpack config (e.g.
devtool: 'source-map') - click on some
Requiredmodule in details page withholdingshiftkey and your editor will open the place (file, line and column) where clicked module was required by a filtered module - click on some
Occurrencesmodule in details page withholdingshiftkey and your editor will open the place (file, line and column) where clicked module are requiring filtered module