Skip to content

Commit

Permalink
Update scripts/build.mjs
Browse files Browse the repository at this point in the history
  • Loading branch information
wolfy1339 committed Apr 23, 2024
1 parent 81d0712 commit 1cc3a84
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/build.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@ async function main() {
".": {
types: "./dist-types/index.d.ts",
import: "./dist-bundle/index.js",
// Tooling currently are having issues with the "exports" field when there is no "default", ex: TypeScript, eslint, ncc
default: "./dist-bundle/index.js",
}
},
Expand Down

0 comments on commit 1cc3a84

Please sign in to comment.