You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, only scripts directly referenced by a page via a script tag are checked for keys. We want to also check scripts downloaded from other scripts. Finding async bundles from the webpack runtime chunk is a good first step to this
Tasks
Determine if a script contains the webpack runtime
Identify webpack's jsonp loader function
Extract public URL prefix + chunk ids + hashes + aliases from jsonp loader function and resolve them to a script url
The text was updated successfully, but these errors were encountered:
Currently, only scripts directly referenced by a page via a
script
tag are checked for keys. We want to also check scripts downloaded from other scripts. Finding async bundles from the webpack runtime chunk is a good first step to thisTasks
The text was updated successfully, but these errors were encountered: