This repository has been archived by the owner on Sep 28, 2020. It is now read-only.
v3.0.0
Bugfix
- fix corrupted filenames if cwd == "/"
- cannot use string formatter in outputReport
- no Output Report in File when build fails under webpack 4
- add posibility to use absolute file path in outputReport.filePath
- it should be possible to use absolute file path in outputReport.filePath
- try load official formatter (#285) (997cce5)
- emit warning/error if no config was found/given (#286) (4204560)
Features
- validate schema options
Breaking Changes
- drop support for Node < 8.9.0
- minimum supported webpack version is 4
- minimum supported eslint version is 5