nystudio107 / rollup-plugin-critical

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

Use named export #7

Closed peschee closed 1 year ago

peschee commented 1 year ago

Description

Without this, I run into type issues:

TS2349: This expression is not callable.   Type 'typeof import("…node_modules/rollup-plugin-critical/dist/index")' has no call signatures.

Related issues

khalwat commented 1 year ago

Ah thank you, I forgot to update the docs