Merge pull request #2677 from Doist/tree-shaking-improvements

fix: Mark the bubble/floating menu extensions as side effect free
This commit is contained in:
bdbch
2022-04-09 09:44:44 +02:00
committed by GitHub
2 changed files with 4 additions and 2 deletions

View File

@@ -32,5 +32,6 @@
"type": "git", "type": "git",
"url": "https://github.com/ueberdosis/tiptap", "url": "https://github.com/ueberdosis/tiptap",
"directory": "packages/extension-bubble-menu" "directory": "packages/extension-bubble-menu"
} },
"sideEffects": false
} }

View File

@@ -32,5 +32,6 @@
"type": "git", "type": "git",
"url": "https://github.com/ueberdosis/tiptap", "url": "https://github.com/ueberdosis/tiptap",
"directory": "packages/extension-floating-menu" "directory": "packages/extension-floating-menu"
} },
"sideEffects": false
} }