Skip to content

Commit f85fa07

Browse files
Clean next config
1 parent 993197a commit f85fa07

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

next.config.ts

-9
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,6 @@ import type { NextConfig } from 'next';
22

33
const nextConfig: NextConfig = {
44
/* config options here */
5-
webpack: (config, { isServer }) => {
6-
if (!isServer) {
7-
config.resolve.fallback = {
8-
...config.resolve.fallback,
9-
fs: false,
10-
};
11-
}
12-
return config;
13-
},
145
};
156

167
export default nextConfig;

0 commit comments

Comments
 (0)