Skip to content

Commit

Permalink
[js/web] remove "node": null in export table (microsoft#22618)
Browse files Browse the repository at this point in the history
### Description

This change resolves issue No.3 described in microsoft#22615
  • Loading branch information
fs-eire authored and ankitm3k committed Dec 11, 2024
1 parent 30cc539 commit 47afd01
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@
"types": "./types.d.ts"
},
"./wasm": {
"import": "./dist/ort.wasm.bundle.min.mjs",
"import": "./dist/ort.wasm.min.mjs",
"require": "./dist/ort.wasm.min.js",
"types": "./types.d.ts"
},
Expand Down

0 comments on commit 47afd01

Please sign in to comment.