Skip to content

Commit

Permalink
Hybrid esm cjs
Browse files Browse the repository at this point in the history
  • Loading branch information
paulmillr committed Aug 27, 2024
1 parent 793ee1b commit 4435c42
Show file tree
Hide file tree
Showing 10 changed files with 144 additions and 905 deletions.
6 changes: 5 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,8 @@
/node_modules/
/test-fixtures/
/package-lock.json
/lib
/*.d.ts
/*.map
/index.js
/handler.js
/esm
1 change: 1 addition & 0 deletions esm/package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{ "type": "module", "sideEffects": false }
Loading

0 comments on commit 4435c42

Please sign in to comment.