Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

typo in rollup docs: array destructuring #191

Closed
milahu opened this issue Dec 26, 2022 · 2 comments
Closed

typo in rollup docs: array destructuring #191

milahu opened this issue Dec 26, 2022 · 2 comments

Comments

@milahu
Copy link

milahu commented Dec 26, 2022

```js rollup.config.js
import WindiCSS from 'rollup-plugin-windicss'
export default {
plugins: [
...WindiCSS(),
],
}
```

should be WindiCSS()

@milahu
Copy link
Author

milahu commented Dec 26, 2022

confusing confusing ...

windicss/vite-plugin-windicss#265 says it must be ...WindiCSS()

@hannoeru
Copy link
Member

hannoeru commented Dec 27, 2022

Nested plugins is supported by rollup after v3.1.0
rollup/rollup#4657

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants