mirror of
https://github.com/saymrwulf/onnxruntime.git
synced 2026-07-29 20:14:01 +00:00
[js] fix js/web bundle (#14434)
### Description make sure "crypto" is not processed by webpack for browser configuration
This commit is contained in:
parent
eacd829d23
commit
de11527d76
1 changed files with 1 additions and 0 deletions
|
|
@ -80,6 +80,7 @@ function buildConfig({ filename, format, target, mode, devtool, build_defs }) {
|
|||
"util": false,
|
||||
},
|
||||
fallback: {
|
||||
"crypto": false,
|
||||
"fs": false,
|
||||
"path": false,
|
||||
"util": false,
|
||||
|
|
|
|||
Loading…
Reference in a new issue