egoist / egoist/rollup-plugin-postcss
Using tailwind is resulting in an endless build loop
- Dominant language
- JavaScript
- Stars
- 689
- Forks
- 210
- PR merge metrics
- No merged PRs in 30d
Description
Adding tailwind as a plugin is resulting in rollup keep rebuilding and rebuilding
```
postcss({
inject: true,
minimize: true,
plugins: [
new tailwindcss({
content: ['./*.{js,jsx,ts,tsx}'],
theme: {
extend: {},
},
variants: {},
plugins: [],
}),
new autoprefixer(),
]
}),
```
The output is correct, it just for some reason keeps detecting the new built as changed and rebuilds again
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.