vuejs / vuepress

📝 Minimalistic Vue-powered static site generator
https://vuepress.vuejs.org
MIT License
22.51k stars 4.76k forks source link

compress assets image #3120

Open zzy-life opened 1 year ago

zzy-life commented 1 year ago

Feature request

What problem does this feature solve?

The image can be compressed when building

What does the proposed API look like?

Use plug-ins to add configuration files

How should this be implemented in your opinion?

Use plug-ins to add configuration files

Are you willing to work on this yourself?

Already completed,Use the image-webpack-loader plug-in, see the example,https://github.com/zzy-life/vuepress-Blog

zzy-life commented 1 year ago

See chainWebpack in config.js for details