Skip to content

v1.4.0

Choose a tag to compare

@smelukov smelukov released this 04 Apr 15:04
· 858 commits to master since this release

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 Required module in details page withholding shift key and your editor will open the place (file, line and column) where clicked module was required by a filtered module
  • click on some Occurrences module in details page withholding shift key and your editor will open the place (file, line and column) where clicked module are requiring filtered module