Webpack Format Messages Versions Save

Beautiful formatting for Webpack messages; ported from Create React App!

v3.0.0

2 years ago

Breaking

  • Define exports map for native ESM support: 6ec9e23 This is a potentially breaking change for Node 13.0 - 13.7 users. You should upgrade!

  • Update kleur version: d3843bd This version of kleur also supports native ESM - see above for potential breaking change.

Features

  • Include TypeScript definitions: 091ec29

Patches

  • Remove unused variables: 5c1cfa3

Chores

  • Attach bundt for build step: 5591b98, fdb10bf
  • Update package.json metadata: 3b8a3be
  • Update README content: e7b1e90

v2.0.3

5 years ago

Chores

v2.0.2

5 years ago

Patches

  • Swapped from ansi-colors to kleur (same API): e6a3cc6

v2.0.1

6 years ago

Chores

  • Code style: partial require statement: b45dd7b

v2.0.0

6 years ago

Major Changes

  • Update Node minimum runtime to >= 6: 3f65094 This is because of ansi-colors requirement, plus it's time to move on~!

Patches

  • Replace clorox with ansi-colors: 190a080

v1.0.2

6 years ago

Patches

  • Replaced chalk with clorox (#3) : 820d618

    Webpack is no longer requiring chalk directly, so making the switch saves us from installing 6 extra dependencies.

    Thanks @Rich-Harris 🎉

v1.0.1

6 years ago

Patches

  • Export formatMessage publicly: ee14074
  • Add "Related" section to README: 84ee8e3