Add BundlePhobia to JavaScript

This commit is contained in:
Adro.codes
2019-06-22 17:06:48 +10:00
committed by GitHub
parent a397323cff
commit db3227950d

View File

@@ -449,6 +449,11 @@
"title": "You might not need jquery",
"desc": "jQuery and its cousins are great, and by all means use them if it makes it easier to develop your application. If you're developing a library on the other hand, please take a moment to consider if you actually need jQuery as a dependency.",
"url": "http://youmightnotneedjquery.com"
},
{
"title": "BundlePhobia",
"desc": "Find the cost of adding a npm package to your bundle",
"url": "https://bundlephobia.com/"
}
]
},