UNPKG
@danizean/cyberzone
Version:
latest (1.1.3)
1.1.3
1.1.2
cyberzone NFTS
github.com/halvest/cyberzone
@danizean/cyberzone
/
frontend
/
next.config.js
13 lines
(10 loc)
•
249 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
/** @
type
{import(
'next'
).NextConfig} */ const nextConfig = {};
module
.exports = nextConfig;
module
.exports = { reactStrictMode:
false
, webpack: (
config
) => {
config
.resolve.fallback = { fs:
false
, net:
false
};
return
config
; }, };