Releases: lukeed/webpack-messages
Releases · lukeed/webpack-messages
v2.0.0
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
Patches
- Switch from
compilation
event to compile
for onStart
trigger: 2f4fc49
- Some plugins were initializing new compilations, which re-triggered the
onStart
callback