Skip to content

Commit

Permalink
Fix federated packaging
Browse files Browse the repository at this point in the history
  • Loading branch information
fcollonval committed Mar 11, 2021
1 parent 4fd9c8e commit ba0d195
Showing 1 changed file with 21 additions and 1 deletion.
22 changes: 21 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,27 @@
}
},
"extension": true,
"outputDir": "jupyterlab_pullrequests/labextension"
"outputDir": "jupyterlab_pullrequests/labextension",
"sharedPackages": {
"@jupyterlab/git": {
"singleton": true
},
"codemirror": {
"bundled": false,
"singleton": true
},
"nbdime": {
"singleton": true
},
"react": {
"bundled": false,
"singleton": true
},
"react-dom": {
"bundled": false,
"singleton": true
}
}
},
"styleModule": "style/index.js",
"resolutions": {
Expand Down

0 comments on commit ba0d195

Please sign in to comment.