webpack-cleanup-plugin
webpack-cleanup-plugin copied to clipboard
Plugin outputs to webpack --json, making the json invalid.
It outputs a line at the start of the json with files deleted info.
WebpackCleanupPlugin: 0 file(s) deleted.
{
"errors": [],
"warnings": [],
"version": "2.5.1",
...
@Elensaar I submitted a PR to fix the issue. #37