Skip to content

Commit 18b58df

Browse files
authored
Merge pull request #47 from hbcarlos/sharedPackages
Adds jupyterlab-blockly and blockly into the extension bundle
2 parents 059b412 + 9f3c799 commit 18b58df

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

packages/blockly-extension/package.json

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,16 @@
7070
},
7171
"jupyterlab": {
7272
"extension": true,
73-
"outputDir": "../../jupyterlab_blockly/labextension"
73+
"outputDir": "../../jupyterlab_blockly/labextension",
74+
"sharedPackages": {
75+
"jupyterlab-blockly": {
76+
"bundled": true,
77+
"singleton": true
78+
},
79+
"blockly": {
80+
"bundled": true,
81+
"singleton": true
82+
}
83+
}
7484
}
7585
}

0 commit comments

Comments
 (0)