Skip to content

Commit

Permalink
Exclude sodium-universal in CJS bundling
Browse files Browse the repository at this point in the history
Signed-off-by: Frank Hinek <[email protected]>
  • Loading branch information
frankhinek committed Nov 9, 2023
1 parent 8d2293f commit 019e92e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/dids/build/cjs-bundle.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ const includeList = new Set([
]);

// create list of dependencies that we _do not_ want to include in our bundle
const excludeList = [];
const excludeList = ['sodium-universal'];
for (const dependency in packageJson.dependencies) {
if (includeList.has(dependency)) {
continue;
Expand Down

0 comments on commit 019e92e

Please sign in to comment.