Skip to content

Commit 0e5d1d4

Browse files
authored
Set sharedPackages to support multiple versions (#1062)
1 parent f478e0f commit 0e5d1d4

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

js/package.json

+7-1
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,13 @@
9393
"styleModule": "style/index.js",
9494
"jupyterlab": {
9595
"extension": "lib/jupyterlab-plugin",
96-
"outputDir": "nglview-js-widgets/labextension"
96+
"outputDir": "nglview-js-widgets/labextension",
97+
"sharedPackages": {
98+
"@jupyter-widgets/base": {
99+
"bundled": false,
100+
"singleton": true
101+
}
102+
}
97103
},
98104
"directories": {
99105
"test": "test"

0 commit comments

Comments
 (0)