Skip to content

Commit

Permalink
Fix vendor build
Browse files Browse the repository at this point in the history
  • Loading branch information
Mrtenz committed Feb 23, 2024
1 parent 1edf6f7 commit 0b48769
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions packages/snaps-simulator/webpack.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,11 @@ const vendorConfig: Configuration = merge(baseConfig, {
},
resolve: {
extensions: ['.js', '.jsx'],
fallback: {
http: false,
https: false,
zlib: false,
},
},
plugins: [
new DllPlugin({
Expand Down

0 comments on commit 0b48769

Please sign in to comment.