Skip to content

Commit

Permalink
can't entirely shim ui-components
Browse files Browse the repository at this point in the history
it's huge, but seems required for widget-output at least
  • Loading branch information
minrk committed Oct 19, 2020
1 parent 11ff270 commit e2886e6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion development.html
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
</script>
<!-- use this one (and set the token!) for local testing (much faster)
e.g.
juptyer notebook \
jupyter notebook \
--NotebookApp.token=thebe-test-secret \
--NotebookApp.allow_origin='http://127.0.0.1:8080'
-->
Expand Down
2 changes: 1 addition & 1 deletion webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ module.exports = {
shim(
/@jupyterlab\/apputils\/lib\/(clientsession|dialog|instancetracker|mainareawidget|mainmenu|thememanager|toolbar|widgettracker)/
),
shim(/@jupyterlab\/ui-components/),
// shim(/@jupyterlab\/ui-components/),
// shim(/@jupyterlab\/apputils\/style\/.*/),

// JupyterLab's codemirror package is also big,
Expand Down

0 comments on commit e2886e6

Please sign in to comment.