create-chrome-extension icon indicating copy to clipboard operation
create-chrome-extension copied to clipboard

Webpack spitting out a bunch of json.gzip files when developing in docker

Open RichardIvan opened this issue 9 years ago • 0 comments

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

RichardIvan avatar Oct 04 '16 18:10 RichardIvan