Would it be possible to add support for HMR?
For example
postcss({
hot: process.env.ROLLUP_WATCH === 'true', // new!
extract: true,
minimize: process.env.NODE_ENV === 'production'
})
rollup-plugin-hot-css
(https://github.com/PepsRyuu/rollup-plugin-hot-css) does support it, but it's not as complete as rollup-plugin-postcss
feature-wise. Maybe rollup-plugin-hot-css
should be merged into rollup-plugin-postcss
? @PepsRyuu WDYT?
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