Skip to content

Commit

Permalink
Fix packaging of demo
Browse files Browse the repository at this point in the history
  • Loading branch information
fcollonval committed Jul 4, 2024
1 parent 5f338e7 commit 68e83c4
Showing 1 changed file with 18 additions and 2 deletions.
20 changes: 18 additions & 2 deletions packages/lab-example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,22 @@
"styleModule": "style/index.js",
"jupyterlab": {
"extension": true,
"outputDir": "../../jupyter_ui_demo/labextension"
"outputDir": "../../jupyter_ui_demo/labextension",
"@jupyter/react-components": {
"bundled": true,
"singleton": true
},
"@jupyter/web-components": {
"bundled": true,
"singleton": true
},
"@microsoft/fast-element": {
"bundled": true,
"singleton": true
},
"@microsoft/fast-foundation": {
"bundled": true,
"singleton": true
}
}
}
}

0 comments on commit 68e83c4

Please sign in to comment.