module.exports = {
webpack: (config) => {
config.resolve.fallback = { ...config.resolve.fallback, fs: false };
return config;
},
}