Skip to content
This repository was archived by the owner on Feb 26, 2024. It is now read-only.

Commit ce5840b

Browse files
committed
remove setting contract on window object and tweak webpack config
1 parent 39c2aa8 commit ce5840b

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

packages/contract/webpack.config.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,11 +27,9 @@ module.exports = {
2727
new webpack.ProvidePlugin({
2828
process: "process/browser"
2929
}),
30-
})
3130
],
3231
resolve: {
3332
fallback: {
34-
buffer: require.resolve("buffer"),
3533
crypto: require.resolve("crypto-browserify"),
3634
http: require.resolve("stream-http"),
3735
https: require.resolve("https-browserify"),

0 commit comments

Comments
 (0)