johnmichel / Library-Detector-for-Chrome

🔍 Extension that detects which JavaScript libraries are running on a page
https://chrome.google.com/webstore/detail/cgaocdmhkmfnkdkbnckgmpopcbpaaejo
MIT License
662 stars 111 forks source link

Adds new cra detection #174

Closed housseindjirdeh closed 4 years ago

housseindjirdeh commented 4 years ago

Per @developit's suggestion of checking for CRA's specific

This is probably the easiest way to detect CRA without fetching for certain files!

johnmichel commented 4 years ago

Looks perfect!