Skip to content

v0.5.0

Compare
Choose a tag to compare
@shellscape shellscape released this 06 Dec 13:26
· 44 commits to master since this release

Breaking Change

#2 Proposed that stats output colors in the console should be on by default, as this was expected behavior for the webpack ecosystem, despite webpack's own default setting having colors turned off. Commit bfa757a introduced an algorithm whereby colors are enabled if:

  • colors is not defined in any stats configuration, or
  • stats is not an object

The same commit also introduced excluding node_modules in stats output in the same manner under the same conditions.