Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9a185ce commit aed13a5Copy full SHA for aed13a5
.nvmrc
@@ -1 +1 @@
1
-16.9
+16.16.0
next.config.js
@@ -11,6 +11,7 @@ const nextConfig = optimizedImages({
11
// https://github.com/vercel/next.js/issues/7755#issuecomment-937721514
12
config.resolve.fallback.fs = false
13
}
14
+ config.resolve.mainFields = ['browser', 'main', 'module']
15
return config
16
},
17
})
0 commit comments