ericalli / static-site-boilerplate

A better workflow for building modern static websites.
http://staticsiteboilerplate.com
MIT License
1.73k stars 165 forks source link

Compression ratio of the images #15

Closed cmateusmoraes closed 5 years ago

cmateusmoraes commented 5 years ago

Question How to change the compression ratio of the images?

ericalli commented 5 years ago

The options for image compression are set in the config/webpack.loaders.js file starting on line #97.

Image compression is done using the image-webpack-loader package. Check out their documentation for all the available options.