Browse Source

Update readme.md (#31)

Add link to parcel-plugin-manifest
master
hirasso 6 years ago
committed by Jasper De Moor
parent
commit
c55ccd2093
  1. 1
      readme.md

1
readme.md

@ -84,6 +84,7 @@
- [Static Files Copy](https://github.com/elwin013/parcel-plugin-static-files-copy) - Plugin that copy static files into bundle directory.
- [Inliner](https://github.com/shff/parcel-plugin-inliner) - Inlines all your CSS, JS and images in a single HTML file. Great for small websites.
- [PurifyCSS](https://github.com/shff/parcel-plugin-purifycss) - Removes unused selectors from your CSS files using [PurifyCSS](https://github.com/purifycss/purifycss).
- [Manifest](https://github.com/hirasso/parcel-plugin-manifest) – Create a `manifest.json` in the `./dist` folder containing references to the (hashed) asset files.
## Integration with other languages, frameworks

Loading…
Cancel
Save