Minimal reproduction for the bug webpack/webpack#16160
- Clone this repo
- Install dependencies:
yarn - Run a build:
yarn build - Make a modification to the
src/image.svgfile, or run:yarn modify-imageto do so automatically (appends a blank line) - Run a build again:
yarn build
This second build will fail on a cache error
To reset the cache to a clean state, run yarn clear-webpack-cache