tons of *.json.gzip-files created in project root when running with docker node
Created by: ippa
When running webpack inside node docker there's a "known" issue that the project root fills up with random .json.gzip-files.
See https://github.com/webpack/webpack/issues/2223 for a discussion / solution.
So, this bites me with CRA + docker. Could the solution in the above issue-thread be applied to the default CRA webpack conf?