Skip to content

Commit

Permalink
fix exports bug
Browse files Browse the repository at this point in the history
  • Loading branch information
phn210 committed Nov 18, 2023
1 parent 5199408 commit 26fd68b
Show file tree
Hide file tree
Showing 4 changed files with 875 additions and 1,598 deletions.
11 changes: 11 additions & 0 deletions fix-export.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
cat >build/cjs/package.json <<!EOF
{
"type": "commonjs"
}
!EOF

cat >build/esm/package.json <<!EOF
{
"type": "module"
}
!EOF
File renamed without changes.
Loading

0 comments on commit 26fd68b

Please sign in to comment.