Skip to content

Releases: stephencookdev/speed-measure-webpack-plugin

v1.5

28 Mar 14:54
Compare
Choose a tag to compare

v1.5 introduces some bug-fixes, as well as support for a new compareLoadersBuild option, to allow comparing build performance over time

v1.4

23 Jan 19:02
Compare
Choose a tag to compare

With this release, SMP has official support for Webpack v5, as well as new option loaderTopFiles

v1.3

19 Jan 17:57
cffa93f
Compare
Choose a tag to compare

With v1.3, SMP adds correct support for the minimization config option in webpack

v1.2 - webpack 4

27 Mar 22:37
3240695
Compare
Choose a tag to compare

With v1.2, SMP fully supports webpack 1, 2, 3, and 4.

v1.1

27 Mar 22:35
Compare
Choose a tag to compare

Introduces explicit support for Neutrino, by placing "speed-measure-webpack-plugin/neutrino" in your preset list

v1 release 🎉

22 Feb 12:01
76c7adc
Compare
Choose a tag to compare

The breaking change is the change to the API, described in the migrating guide.

  • Simplify API away from .wrapPlugins (see the migrating guide)
  • Add explicit support for webpack v1/v2
  • Add chalk as a dependency for more terminal colour support
  • Add an experimental granularLoaderData option, to give per-loader timing data
  • Changed licence from ISL to MIT (both are very similar, but MIT slightly wider known)

v0.3.0

06 Feb 23:26
Compare
Choose a tag to compare

Improve the default output to be more readable, largely reducing noise

Also changes outputTarget and outputFormat to accept functions, in order to allow further customisation of this output

v0.2.1

03 Feb 00:53
Compare
Choose a tag to compare

A minor breaking change, changing the default output from "json" to "human"

And a shiny new README + logo

Production ready

01 Feb 23:54
Compare
Choose a tag to compare

With v0.1.0, the Speed Measure Plugin should be fine to tie into production codebases