Skip to content

Commit

Permalink
Missing util (#255)
Browse files Browse the repository at this point in the history
  • Loading branch information
martinRenou authored Feb 8, 2024
1 parent 89af12c commit 53bae1f
Show file tree
Hide file tree
Showing 3 changed files with 964 additions and 806 deletions.
7 changes: 6 additions & 1 deletion python/jupytercad_app/webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,11 @@ module.exports = [
...data.dependencies
}
})
]
],
resolve: {
fallback: {
util: require.resolve('util/')
}
}
})
].concat(extras);
3 changes: 2 additions & 1 deletion python/jupytercad_core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,8 @@
"@jupyterlab/services": "^7.0.0",
"@jupyterlab/translation": "^4.0.0",
"@jupyterlab/ui-components": "^4.0.0",
"@lumino/commands": "^2.0.0"
"@lumino/commands": "^2.0.0",
"util": "^0.12.5"
},
"devDependencies": {
"@jupyterlab/builder": "^4.0.0",
Expand Down
Loading

0 comments on commit 53bae1f

Please sign in to comment.