Browse Source

Add imagemin plugin

master
Jasper De Moor 7 years ago
committed by GitHub
parent
commit
ce0caa9811
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      readme.md

1
readme.md

@ -67,6 +67,7 @@
- [Inline SVG](https://github.com/albinotonnina/parcel-plugin-inlinesvg) - Plugin that enables inline svg support.
- [Url-Loader](https://github.com/fansenze/parcel-plugin-url-loader) - Plugin that enables convert image to base64 in `.js`.
- [Google Closure](https://github.com/fathyb/parcel-plugin-closure) - Plugin that uses Google Closure compiler to minify and tree-shake JavaScript.
- [Image minification](https://github.com/DeMoorJasper/parcel-plugin-imagemin) - Plugin that uses imagemin to minify images on build
## Articles

Loading…
Cancel
Save