We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
exports/browser
1 parent d33ec0f commit 9a02aceCopy full SHA for 9a02ace
textDocument/package.json
@@ -16,6 +16,7 @@
16
"typings": "./lib/umd/main",
17
"exports": {
18
".": {
19
+ "browser": "./lib/esm/main.js",
20
"import": "./lib/esm/main.js",
21
"default": "./lib/umd/main.js"
22
}
0 commit comments