rollup-plugin-styles icon indicating copy to clipboard operation
rollup-plugin-styles copied to clipboard

fix: Add support for rollup 3

Open mathiasschopmans opened this issue 2 years ago • 9 comments

Fixes #224

mathiasschopmans avatar Nov 03 '22 14:11 mathiasschopmans

Would love to get this support merged in as soon as possible. Thanks.

hanorine avatar Feb 06 '23 14:02 hanorine

@Anidetrix any chance of this getting looked at? My team has just recently updated to Rollup v3 and are looking to start using this plugin, but are blocked due to the v2 limitation.

Locally I can still install with -f flag, but that won't work for deployment pipelines.

Thank you

mryechkin avatar Apr 25 '23 13:04 mryechkin

Quoting https://github.com/Anidetrix/rollup-plugin-styles#why

Because alternatives did not look good enough - they are either too basic, too buggy or poorly maintained.

:|

drzraf avatar Jun 01 '23 16:06 drzraf

FYI - I've moved on to using the @ironkinoko/rollup-plugin-styles package, which looks to be a v3 compatible fork.

mryechkin avatar Jun 01 '23 17:06 mryechkin

FYI - I've moved on to using the @ironkinoko/rollup-plugin-styles package, which looks to be a v3 compatible fork.

That worked for me. I hope his changes will be merged into here.

hanorine avatar Jul 26 '23 12:07 hanorine

Also - add support for rollup 4 😂 - please please

julianjelfs avatar Nov 10 '23 12:11 julianjelfs

I have created a fork at https://github.com/plumelo/rollup-styles rollup-styles that supports rollup v3 and v4.

megheaiulian avatar Nov 18 '23 19:11 megheaiulian

I have created a fork at https://github.com/plumelo/rollup-styles rollup-styles that supports rollup v3 and v4.

For your potential future packages, @megheaiulian—rollup plugins are supposed to follow the naming convention "rollup-plugin-<package>". Bit late now—just letting you know the convention exists.

RoryDuncan avatar Nov 22 '23 05:11 RoryDuncan

@RoryDuncan I am aware of that convention but i couldn't find any good and meaningful unprefixed npm package name. If you have a good suggestion I'd welcome it. The package can be renamed while having previous names and versions still working ...

Renamed the fork to rollup-plugin-styler.

megheaiulian avatar Nov 22 '23 07:11 megheaiulian