Commit 3dc68bf
authored
fix(package.json): specify
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)sideEffects false (#68)1 parent a194f7d commit 3dc68bf
1 file changed
Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
45 | 45 | | |
46 | 46 | | |
47 | 47 | | |
| 48 | + | |
48 | 49 | | |
49 | 50 | | |
50 | 51 | | |
| |||
0 commit comments