Browse Source

Update readme.md (#58)

Added `parcel-plugin-css-object` to load css as js object
master
Vytenis 6 years ago
committed by Jasper De Moor
parent
commit
b3e88fb704
  1. 1
      readme.md

1
readme.md

@ -101,6 +101,7 @@
- [Shebang](https://github.com/sintloer/parcel-plugin-shebang) - Add a shebang to the output files (useful for CLI applications). - [Shebang](https://github.com/sintloer/parcel-plugin-shebang) - Add a shebang to the output files (useful for CLI applications).
- [data-src](https://github.com/arnellebalane/parcel-plugin-data-src) - Bundles resources defined in `data-srcset` and `data-src` HTML attributes. - [data-src](https://github.com/arnellebalane/parcel-plugin-data-src) - Bundles resources defined in `data-srcset` and `data-src` HTML attributes.
- [compress](https://github.com/ralscha/parcel-plugin-compress) - Precompresses (gzip, brotli) build output with [@gfx/zopfli](https://github.com/gfx/universal-zopfli-js) and [brotli](https://www.npmjs.com/package/brotli) - [compress](https://github.com/ralscha/parcel-plugin-compress) - Precompresses (gzip, brotli) build output with [@gfx/zopfli](https://github.com/gfx/universal-zopfli-js) and [brotli](https://www.npmjs.com/package/brotli)
- [parcel-plugin-css-object](https://github.com/FDiskas/parcel-plugin-css-object#readme)
## Integration with other languages, frameworks ## Integration with other languages, frameworks

Loading…
Cancel
Save