Skip to content

Commit

Permalink
fix: build
Browse files Browse the repository at this point in the history
  • Loading branch information
echarles committed Aug 31, 2024
1 parent ce04ae6 commit 5d86b14
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -234,11 +234,11 @@
"webpackConfig": "./webpack.lab-config.js",
"sharedPackages": {
"react": {
"bundled": true,
"bundled": false,
"singleton": true
},
"react-dom": {
"bundled": true,
"bundled": false,
"singleton": true
},
"@datalayer/icons-react": {
Expand Down Expand Up @@ -266,7 +266,7 @@
"singleton": true
},
"@jupyterlite/pyodide-kernel": {
"bundled": true,
"bundled": false,
"singleton": true
},
"@jupyterlite/server": {
Expand Down

0 comments on commit 5d86b14

Please sign in to comment.