Webpack Messages Versions Save

Beautifully format Webpack messages throughout your bundle lifecycle(s)!

v2.0.3

5 years ago

Patches

  • Replace compilation with compile event for Webpack 4.x (#4): 633f3c5

    Thanks to @mattvagni~! 🎉

v2.0.2

5 years ago

Patches

  • Remove Tapable.plugin is deprecated message (#3): 01dd479 Thanks @mkleywegt~!

  • Support Webpack 3.x & 4.x APIs simultaneously: 01dd479

v2.0.1

5 years ago

Chores

  • Use kleur as color lib: e82f2fb

v2.0.0

6 years ago

Major Changes

  • Update Node minimum runtime to >= 6: dd03444 This is because of ansi-colors & webpack-format-messages. Plus it's time to move on~!

Chores

  • Replace chalk with ansi-colors: 2938f32
  • Update webpack-format-messages for shared deps: 9d5ca9a

v1.0.1

6 years ago

Patches

  • Switch from compilation event to compile for onStart trigger: 2f4fc49
    • Some plugins were initializing new compilations, which re-triggered the onStart callback