Skip to content

Commit

Permalink
fix: package fix
Browse files Browse the repository at this point in the history
  • Loading branch information
AniketSindhu committed Feb 3, 2024
1 parent 4004761 commit 6d3a8cd
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion config-overrides.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@ module.exports = function override(config) {
http: require.resolve("stream-http"),
https: require.resolve("https-browserify"),
os: require.resolve("os-browserify"),
url: require.resolve("url")
url: require.resolve("url"),
zlib: require.resolve("browserify-zlib")
});
config.resolve.fallback = fallback;
config.plugins = (config.plugins || []).concat([
Expand Down

0 comments on commit 6d3a8cd

Please sign in to comment.