Skip to content

fix(package.json): specify sideEffects false#68

Merged
mdevils merged 1 commit intomdevils:masterfrom
nicholaschiang:master
Mar 16, 2022
Merged

fix(package.json): specify sideEffects false#68
mdevils merged 1 commit intomdevils:masterfrom
nicholaschiang:master

Conversation

@nicholaschiang
Copy link
Copy Markdown
Contributor

This package doesn't have any side effects and thus can specify
sideEffects: false in its package.json file to tell code bundlers to
exclude it from the client-side bundle when it is found in, for example,
Remix routes

This package doesn't have any side effects and thus can specify
`sideEffects: false` in its `package.json` file to tell code bundlers to
exclude it from the client-side bundle when it is found in, for example,
[Remix routes](https://remix.run/docs/en/v1/pages/gotchas#server-code-in-client-bundles)
@nicholaschiang
Copy link
Copy Markdown
Contributor Author

@mdevils

@mdevils
Copy link
Copy Markdown
Owner

mdevils commented Mar 16, 2022

Hello @nicholaschiang.
Thanks, merging.

@mdevils mdevils merged commit 3dc68bf into mdevils:master Mar 16, 2022
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.

2 participants