We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1509917 commit 6a4ce19Copy full SHA for 6a4ce19
scripts/build.mjs
@@ -58,7 +58,7 @@ async function main() {
58
exports: {
59
".": {
60
types: "./dist-types/index.d.ts",
61
- import: "./dist-bundle/index.js",
+ import: "./dist-src/index.js",
62
},
63
64
sideEffects: false,
0 commit comments