We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 18f9363 commit 249bef1Copy full SHA for 249bef1
1 file changed
packages/runtime/package.json
@@ -9,8 +9,8 @@
9
"exports": {
10
".": {
11
"types": "./dist/index.d.ts",
12
- "import": "./dist/index.js",
13
- "require": "./dist/index.cjs"
+ "import": "./dist/index.mjs",
+ "require": "./dist/index.js"
14
}
15
},
16
"scripts": {
0 commit comments