Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: add sideEffects to package.json (#545)
# Motivation I compared our setup with a sample Svelte app and noticed that the `package.json` contained a `sideEffects` field. While we do not necesseraly needs it, according [documentation](https://svelte.dev/docs/kit/packaging#Anatomy-of-a-package.json-sideEffects), it's advised to add it. # Changes - Specify a `sideEffect` for `css` in `package.json` to help bundlers tree shake those files when the lib is consumed.
- Loading branch information