update next config
This commit is contained in:
parent
060815395a
commit
52969bebfa
@ -1,10 +1,6 @@
|
||||
module.exports = {
|
||||
swcMinify: true,
|
||||
webpack: (config) => {
|
||||
config.resolve.fallback = {
|
||||
fs: false,
|
||||
buffer: false
|
||||
};
|
||||
config.resolve.fallback = { ...config.resolve.fallback, fs: false };
|
||||
return config;
|
||||
},
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user