Skip to content

Commit

Permalink
build: remove sideEffects prop from package.json (#180)
Browse files Browse the repository at this point in the history
Fixes bug with storybook theme not rendering.
Not sure if `sideEffects` is needed, will need more testing for tree-shakeability changes, but resulting packed size did not change (so suspect no code differences)
See storybookjs/storybook#20704
  • Loading branch information
karrui authored Jan 21, 2023
1 parent d652585 commit b2264bc
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
"description": "React components",
"homepage": "https://github.com/opengovsg/design-system/react#readme",
"bugs": "https://github.com/opengovsg/design-system/issues",
"sideEffects": false,
"license": "SEE LICENSE IN LICENSE.md",
"files": [
"build/main",
Expand Down

0 comments on commit b2264bc

Please sign in to comment.