Skip to content

Commit

Permalink
Merge pull request #2677 from Doist/tree-shaking-improvements
Browse files Browse the repository at this point in the history
fix: Mark the bubble/floating menu extensions as side effect free
  • Loading branch information
bdbch authored Apr 9, 2022
2 parents fb7a80d + 172513c commit fe815ad
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion packages/extension-bubble-menu/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,6 @@
"type": "git",
"url": "https://github.com/ueberdosis/tiptap",
"directory": "packages/extension-bubble-menu"
}
},
"sideEffects": false
}
3 changes: 2 additions & 1 deletion packages/extension-floating-menu/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,6 @@
"type": "git",
"url": "https://github.com/ueberdosis/tiptap",
"directory": "packages/extension-floating-menu"
}
},
"sideEffects": false
}

0 comments on commit fe815ad

Please sign in to comment.