What's Changed
- Older Webpack versions always included the actual package in a
exports
sub-key, this was removed. A lot of checks used.exports
so searches in newer sites have been running empty. - The search through module objects has been improved and is now recursively searching through both all keys and values inside an object.