Skip to content

Commit

Permalink
fix: improve legacy ESM support
Browse files Browse the repository at this point in the history
  • Loading branch information
stipsan committed Jan 23, 2023
1 parent aed8317 commit d622f1c
Show file tree
Hide file tree
Showing 3 changed files with 170 additions and 167 deletions.
2 changes: 2 additions & 0 deletions middleware.js
@@ -0,0 +1,2 @@
// Necessary for `get-it/middleware` imports to work with setups not setup to be ESM native, like older `jest` configs.
export * from './dist/middleware'

0 comments on commit d622f1c

Please sign in to comment.