Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(dist): declaring sideEffects: false in package.json
Fix declaring `sideEffects: false` in the package.json file with inadvertently breaks the likely most common usage of the package using `import 'yet-another-color-picker'` specifically for its side effect of registering the custom element.
- Loading branch information