Skip to content

Commit

Permalink
fix(core): fix tree shaking (#555)
Browse files Browse the repository at this point in the history
  • Loading branch information
aarthificial committed Mar 18, 2023
1 parent 7b6304f commit 8de199e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,9 @@
"watch": "ttsc -p tsconfig.build.json -w",
"test": "vitest"
},
"sideEffects": false,
"sideEffects": [
"./lib/types/Color.js"
],
"repository": {
"type": "git",
"url": "https://github.com/motion-canvas/motion-canvas.git"
Expand Down

0 comments on commit 8de199e

Please sign in to comment.