HTTPArchive / custom-metrics

Custom metrics to use with WebPageTest agents
Apache License 2.0
19 stars 21 forks source link

Added custom metric for Webpack and ParcelJS #40

Closed kevinfarrugia closed 2 years ago

kevinfarrugia commented 2 years ago

Added custom metric to return array of known bundlers in use on a page.

Webpack

javascript_new {"bundler":["webpack"]}

Parcel

javascript_new {"bundler":["parcel"]}

None

javascript_new {"bundler":[]}

Note that this implementation is built on wappalyzer's implementation and is only able to recognize Webpack and Parcel.