pastelsky / bundlephobia

🏋️ Find out the cost of adding a new frontend dependency to your project
https://bundlephobia.com
MIT License
8.89k stars 221 forks source link

fix bug: Browser back button doesn't work #782

Closed devshun closed 1 year ago

devshun commented 1 year ago

Description

Resolved an issue where the browser back button was not working as expected. Previously, the code only considered package name information for duplicate detection. Now, it also includes the package version in the duplicate detection process to provide more accurate results.

Closes #171