Skip to content

Commit

Permalink
Merge pull request #1029 from liuyang0826/patch-2
Browse files Browse the repository at this point in the history
fix: add `lib/all.js` to sideEffects
  • Loading branch information
plainheart authored Sep 23, 2023
2 parents 8288aa6 + 58bcfcf commit ac1bc40
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,8 @@
},
"sideEffects": [
"lib/canvas/canvas.js",
"lib/svg/svg.js"
"lib/svg/svg.js",
"lib/all.js"
],
"devDependencies": {
"@microsoft/api-extractor": "^7.7.2",
Expand Down

0 comments on commit ac1bc40

Please sign in to comment.