Skip to content

Commit

Permalink
Set toolkit packages as singleton shared assets (#298)
Browse files Browse the repository at this point in the history
Co-authored-by: Frédéric Collonval <fcollonval@users.noreply.github.com>
  • Loading branch information
fcollonval and fcollonval committed Jan 23, 2024
1 parent b08d14b commit e200a2b
Showing 1 changed file with 19 additions and 1 deletion.
20 changes: 19 additions & 1 deletion package.json
Expand Up @@ -96,7 +96,25 @@
},
"jupyterlab": {
"extension": true,
"outputDir": "lckr_jupyterlab_variableinspector/labextension"
"outputDir": "lckr_jupyterlab_variableinspector/labextension",
"sharedPackages": {
"@jupyter/web-components": {
"bundled": true,
"singleton": true
},
"@microsoft/fast-components": {
"bundled": true,
"singleton": true
},
"@microsoft/fast-element": {
"bundled": true,
"singleton": true
},
"@microsoft/fast-foundation": {
"bundled": true,
"singleton": true
}
}
},
"styleModule": "style/index.js",
"eslintIgnore": [
Expand Down

0 comments on commit e200a2b

Please sign in to comment.