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