create-chrome-extension
create-chrome-extension copied to clipboard
Webpack spitting out a bunch of json.gzip files when developing in docker
Same issue as here. https://github.com/webpack/webpack/issues/2223
Can be fixed by switching the cacheDirectory entry to 'cacheDirectory: false'
or
there could be set to 'cacheDirectory: '/tmp' so it will be put in there instead of it spitting it out right into the root directory