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
658 stars 112 forks source link

update detection logic for Nuxt #196

Closed kyliau closed 2 years ago

kyliau commented 2 years ago

Fix detection logic for Nuxt to identify both SPA and Universal mode. This fix is recommended by the Nuxt team per the code below: https://github.com/nuxtlabs/vue-telescope-analyzer/blob/3c88dabcbf8f6e1f8689ce0df86780a9aaa58a32/detectors/frameworks.json#L14

Fix https://github.com/johnmichel/Library-Detector-for-Chrome/issues/157

kyliau commented 2 years ago

@johnmichel Would you mind merging this, please?