From cfb6e528c84b1d9e7945cbe495d8c9f4c52afcef Mon Sep 17 00:00:00 2001 From: Yulong Wang <7679871+fs-eire@users.noreply.github.com> Date: Thu, 2 Feb 2023 13:46:57 -0800 Subject: [PATCH] [js/web] remove 'module' field from package.json (#14532) ### Description this is a workaround for [#14529](https://github.com/microsoft/onnxruntime/issues/14504) when consuming onnxruntime-web as ES module. --- js/web/package.json | 1 - 1 file changed, 1 deletion(-) diff --git a/js/web/package.json b/js/web/package.json index 1168a84364..42ecd1ec81 100644 --- a/js/web/package.json +++ b/js/web/package.json @@ -8,7 +8,6 @@ "type": "git" }, "author": "fs-eire", - "module": "./lib/index.js", "version": "1.15.0", "jsdelivr": "dist/ort.min.js", "dependencies": {