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 40c18b0 commit 3a0d9a6Copy full SHA for 3a0d9a6
package.json
@@ -4,13 +4,13 @@
4
"description": "",
5
"exports": {
6
".": {
7
- "import": "./dist/index.es.js",
+ "import": "./dist/index.es.mjs",
8
"require": "./dist/index.cjs.js",
9
"types": "./dist/index.d.ts"
10
}
11
},
12
"main": "dist/index.cjs.js",
13
- "module": "dist/index.es.js",
+ "module": "dist/index.es.mjs",
14
"types": "dist/index.d.ts",
15
"author": "https://getstream.io",
16
"license": "See license in LICENSE",
rollup.config.mjs
@@ -14,7 +14,7 @@ const nodeConfig = {
sourcemap: true,
{
17
- file: "dist/index.es.js",
+ file: "dist/index.es.mjs",
18
format: "es",
19
20
0 commit comments