From ea760da628e11f673c8c43bfa1e714c9e6e83c5c Mon Sep 17 00:00:00 2001 From: Richard Lea Date: Sun, 19 May 2019 12:26:16 +0900 Subject: [PATCH] fix: webpack should use build result for browser instead of node entry Signed-off-by: Richard Lea --- package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/package.json b/package.json index f0ba7258..9126de89 100644 --- a/package.json +++ b/package.json @@ -22,6 +22,7 @@ }, "license": "BSD-3-Clause", "main": "lib/index.js", + "module": "dist/jsonld.min.js", "files": [ "dist/*.js", "dist/*.js.map",