addyosmani / webpack-lighthouse-plugin

A Webpack plugin for Lighthouse
Apache License 2.0
290 stars 12 forks source link

Performance metrics only does not work #13

Closed kevinfarrugia closed 6 years ago

kevinfarrugia commented 6 years ago

The perf option seems to be ignored, running the following two configs creates the same report:

plugins: [
  new WebpackLighthousePlugin({
    url: 'https://airhorner.com',
    perf: true
  })
]
plugins: [
  new WebpackLighthousePlugin({
    url: 'https://airhorner.com'
  })
]
evenstensberg commented 6 years ago

Related to #14

kevinfarrugia commented 6 years ago

May I suggest that it is removed from the readme.md?

evenstensberg commented 6 years ago

We're gonna need to reimplement this anyways