Skip to content

Commit

Permalink
Include pkarr in CJS bundling because it doesn't ship ESM
Browse files Browse the repository at this point in the history
Signed-off-by: Frank Hinek <[email protected]>
  • Loading branch information
frankhinek committed Nov 8, 2023
1 parent 1f7a464 commit 8d2293f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/dids/build/cjs-bundle.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@ import packageJson from '../package.json' assert { type: 'json' };

// list of dependencies that _dont_ ship cjs
const includeList = new Set([
'@decentralized-identity/ion-sdk'
'@decentralized-identity/ion-sdk',
'pkarr'
]);

// create list of dependencies that we _do not_ want to include in our bundle
Expand Down

0 comments on commit 8d2293f

Please sign in to comment.