hard-source-webpack-plugin icon indicating copy to clipboard operation
hard-source-webpack-plugin copied to clipboard

Disk usage keeps growing after an error?

Open kr094 opened this issue 6 years ago • 0 comments

Expected Behavior

Provide the directory where these are stored so I can clear them? Or do that automatically.

Actual Behavior

When hardsource hits any error it rebuilds a new cache. After having this happen a few dozen times it's started outputting a message about disk usage. The number is never going down so I presume this is never being cleared after a failure.

[hardsource:eb0ab0ab] Using 380 MB of disk space.

Is an error being thrown?

An internal es6 compilation error not within hardsource. To reproduce have any syntax error stop compilation.

Steps to Reproduce

  • Steps to create a minimal reproduction or a link to a repository containing the same
  • Any other information you find helpful reproducing an issue

Operating System, Node, and NPM dependency versions

Ubuntu 18.0.4
npm: '3.5.2',
node: v8.10.0

kr094 avatar Apr 02 '19 19:04 kr094