-
Notifications
You must be signed in to change notification settings - Fork 52
Open
Description
/** @type {import('next').NextConfig} */
const nextConfig = {
webpack5: true,
webpack: (
config,
{ buildId, dev, isServer, defaultLoaders, nextRuntime, webpack }
) => {
config.resolve.fallback = {
fs: false,
path: false,
crypto: false,
};
return config;
},
};
export default nextConfig;
- temporary solution
After downgrading to nextjs 14.0.4, it works well.
teddybee and TakeruShiraishiCopilot
Metadata
Metadata
Assignees
Labels
No labels