From 8dd91c57fd28138f025f4fd5e53a5922a9b2c8d7 Mon Sep 17 00:00:00 2001 From: jiftechnify Date: Fri, 25 Aug 2023 15:52:42 +0900 Subject: [PATCH] add "module" key to conditional exports --- package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/package.json b/package.json index ea8aaa4..2dd2d8a 100644 --- a/package.json +++ b/package.json @@ -19,6 +19,7 @@ "types": "./types/src/index.d.ts", "exports": { ".": { + "module": "./dist/index.es.js", "import": "./dist/index.es.js", "require": "./dist/index.umd.js", "types": "./types/src/index.d.ts"