Skip to content

Commit e39c692

Browse files
committed
remove extra unnecessary fallbacks
1 parent 83edd3c commit e39c692

File tree

1 file changed

+1
-10
lines changed

1 file changed

+1
-10
lines changed

playground/next.config.mjs

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -25,16 +25,7 @@ const nextConfig = {
2525
fs: false,
2626
path: false,
2727
util: false,
28-
buffer: false,
29-
stream: false,
30-
crypto: false,
31-
net: false,
32-
tls: false,
33-
zlib: false,
34-
http: false,
35-
https: false,
36-
os: false,
37-
constants: false
28+
buffer: false,
3829
};
3930
}
4031
return config;

0 commit comments

Comments
 (0)