Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add option to disable compression of cached files #300

Closed
kganser opened this issue Sep 15, 2016 · 1 comment
Closed

Add option to disable compression of cached files #300

kganser opened this issue Sep 15, 2016 · 1 comment

Comments

@kganser
Copy link

kganser commented Sep 15, 2016

I'm submitting a feature request

Webpack Version:
1.10.x/2.x

Babel Core Version:
6.x

Babel Loader Version:
5.4.x/6.2.x

Please tell us about your environment:
OSX 10.x / Linux / Windows 10

Current behavior:
All cached files are gzipped.

Expected/desired behavior:
Would like an option to disable gzipping of cached files for improved load speed.

This should be fairly simple to implement. I was able to bypass compression locally by just commenting out some lines in fs-cache.js, but I figured that this would be a nice config option in general.

Thanks,
Klaus

@loganfsmyth
Copy link
Member

This should be fixed with #574

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants