mirror of
https://github.com/saymrwulf/onnxruntime.git
synced 2026-06-29 03:30:52 +00:00
[js/web] remove "browser" field in package.json (#20021)
### Description Field "browser" is deprecated in favor of "exports". Removes the unused field. Some bundler may read from "browser" and generate errors. Removing this field should let bundler to look up "exports". Fixes #19915
This commit is contained in:
parent
0313dd1f65
commit
050085a7fb
1 changed files with 0 additions and 1 deletions
|
|
@ -1,6 +1,5 @@
|
|||
{
|
||||
"license": "MIT",
|
||||
"browser": "dist/ort-web.min.js",
|
||||
"unpkg": "dist/ort.min.js",
|
||||
"name": "onnxruntime-web",
|
||||
"repository": {
|
||||
|
|
|
|||
Loading…
Reference in a new issue