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
Pay now to fund the work behind this issue.
Get updates on progress being made.
Maintainer is rewarded once the issue is completed.
You're funding impactful open source efforts
You want to contribute to this effort
You want to get funding like this too