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 acfba5c commit c604a38Copy full SHA for c604a38
1 file changed
package.json
@@ -17,13 +17,14 @@
17
"exports": {
18
".": {
19
"types": "./dist/index.d.ts",
20
- "import": "./dist/index.mjs"
+ "default": "./dist/index.mjs"
21
},
22
"./webgpu": {
23
"types": "./dist/webgpu/index.d.ts",
24
- "import": "./dist/webgpu/index.mjs"
+ "default": "./dist/webgpu/index.mjs"
25
}
26
27
+ "main": "./dist/index.mjs",
28
"module": "./dist/index.mjs",
29
30
"files": [
0 commit comments