CLIv2.1.1
Improved chunk discovery and small secret regex improvements
- Fixed a bug where webpack chunks were not discovered on bundles using
webpack-retry-chunk-load-plugin. - Fixed a bug where some chunks referenced by static
import '...'statements were missed during discovery. - Chunk discovery now checks the project database before fetching a candidate URL, skipping redundant HTTP requests for chunks that have already been ingested.
- __SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED and SECRET_DO_NOT_PASS_THIS_OR_YOU_WILL_BE_FIRED are now ignored by the secret regex analyzer.