Skip to content

Commit

Permalink
fix: remove fallback
Browse files Browse the repository at this point in the history
  • Loading branch information
jonaslagoni committed Aug 29, 2023
1 parent c234f5e commit 6d64f08
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion library/webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ const umdBundle = {
buffer: false,
path: false,
stream: false,
zlib: require.resolve('browserify-zlib'),
zlib: false,
assert: false,
},
},
Expand Down

0 comments on commit 6d64f08

Please sign in to comment.