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 2d95119 commit 1a50235Copy full SHA for 1a50235
package.json
@@ -19,7 +19,7 @@
19
"author": "Justin Poehnelt",
20
"main": "dist/index.umd.js",
21
"unpkg": "dist/index.min.js",
22
- "module": "dist/index.esm.js",
+ "module": "dist/index.mjs",
23
"types": "dist/src/index.d.ts",
24
"files": [
25
"dist/",
rollup.config.mjs
@@ -88,7 +88,7 @@ export default [
88
commonjs(),
89
],
90
output: {
91
- file: "dist/index.esm.js",
+ file: "dist/index.mjs",
92
format: "esm",
93
sourcemap: true,
94
},
0 commit comments