nystudio107 / rollup-plugin-critical

Vite.js & Rollup plugin for generating critical CSS
MIT License
91 stars 11 forks source link

Inline support fix #5

Closed matthiasott closed 2 years ago

matthiasott commented 2 years ago

Description

Adds basic support for the inline option in criticalConfig. If inline is true, the output target will be HTML, if it is set to false or not present, the output will be CSS.

Related issues

This solves https://github.com/nystudio107/rollup-plugin-critical/issues/4

khalwat commented 2 years ago

Thx for the PR! I will rebuild and tag a release shortly