We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9321f44 commit 6f7a6fdCopy full SHA for 6f7a6fd
package.json
@@ -12,6 +12,16 @@
12
"browser": "./index.browser.js",
13
"require": "./index.node.js",
14
"default": "./index.web.js"
15
+ },
16
+ "./web": {
17
+ "types": "./pkg.web/brotli_wasm.d.ts",
18
+ "import": "./pkg.web/brotli_wasm.js",
19
+ "default": "./pkg.web/brotli_wasm.js"
20
21
+ "./web/bg.wasm": {
22
+ "types": "./pkg/brotli_wasm_bg.wasm.d.ts",
23
+ "import": "./pkg/brotli_wasm_bg.wasm",
24
+ "default": "./pkg/brotli_wasm_bg.wasm"
25
}
26
},
27
"sideEffects": false,
0 commit comments