Skip to content

Commit 9646f3c

Browse files
authored
Bundle @jupyter/chat as a shared package in jupyter-collaborative-chat-extension (#89)
1 parent ec16bcf commit 9646f3c

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

python/jupyterlab-collaborative-chat/package.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -128,6 +128,10 @@
128128
"outputDir": "jupyterlab_collaborative_chat/labextension",
129129
"schemaDir": "schema",
130130
"sharedPackages": {
131+
"@jupyter/chat": {
132+
"bundled": true,
133+
"singleton": true
134+
},
131135
"@jupyter/docprovider": {
132136
"bundled": true,
133137
"singleton": true

0 commit comments

Comments
 (0)