Skip to content

fix sideEffects in package.json#1655

Open
bertho-zero wants to merge 1 commit intovidstack:mainfrom
bertho-zero:patch-1
Open

fix sideEffects in package.json#1655
bertho-zero wants to merge 1 commit intovidstack:mainfrom
bertho-zero:patch-1

Conversation

@bertho-zero
Copy link

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"]

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"]`
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant