player icon indicating copy to clipboard operation
player copied to clipboard

fix sideEffects in package.json

Open bertho-zero opened this issue 7 months ago • 0 comments

Imported CSS from packages with sideEffects set to false is omitted from bundle when using import syntax.

Css should absolutely be marked as a side effect, i.e. "sideEffects": ["*.css"]

bertho-zero avatar Jun 17 '25 10:06 bertho-zero