fix: remove webpack-only Next.js config
This commit is contained in:
parent
008bba4afb
commit
0cb505cd59
|
|
@ -36,16 +36,6 @@ const nextConfig = {
|
||||||
];
|
];
|
||||||
},
|
},
|
||||||
|
|
||||||
webpack: (config) => {
|
|
||||||
config.resolve.fallback = {
|
|
||||||
...config.resolve.fallback,
|
|
||||||
net: false,
|
|
||||||
os: false,
|
|
||||||
fs: false,
|
|
||||||
path: false,
|
|
||||||
};
|
|
||||||
return config;
|
|
||||||
},
|
|
||||||
};
|
};
|
||||||
|
|
||||||
module.exports = nextConfig;
|
module.exports = nextConfig;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue