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:
@@ -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
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -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
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user