Skip to content

Commit

Permalink
Adds jupyterlab-blockly and blockly into the extension bundle
Browse files Browse the repository at this point in the history
  • Loading branch information
hbcarlos committed Jul 19, 2022
1 parent 059b412 commit 9f3c799
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion packages/blockly-extension/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,16 @@
},
"jupyterlab": {
"extension": true,
"outputDir": "../../jupyterlab_blockly/labextension"
"outputDir": "../../jupyterlab_blockly/labextension",
"sharedPackages": {
"jupyterlab-blockly": {
"bundled": true,
"singleton": true
},
"blockly": {
"bundled": true,
"singleton": true
}
}
}
}

0 comments on commit 9f3c799

Please sign in to comment.