shellscape / webpack-manifest-plugin

webpack plugin for generating asset manifests
MIT License
1.44k stars 184 forks source link

Add `compress` option #96

Closed alexander-akait closed 6 years ago

alexander-akait commented 6 years ago

To avoid spaces and newlines

mastilver commented 6 years ago

Hi @evilebottnawi

Can you tell me what the issue with spaces and newlines?

alexander-akait commented 6 years ago

@mastilver less bytes - faster file system read on server side

mastilver commented 6 years ago

Sorry, I won't be implementing that

The gain would be almost not noticeable so not really worth adding yet another options

mastilver commented 6 years ago

But if you feels something else on plugin is not performant, feel free to submit a PR as I'm sure you will find a few perf issues ;)