You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
hi, thanks for the repository and docs. Also, I see some improvements to aggregate to the amazing job.
I guess I will have a free time into the next days and I can send a pull request doing these items below. Until there if someone can feel free to do it:
add the same topics from npm to yarn
upgrade webpack section to the actual one from example
update from
module.exports={webpack: (config,{ isServer, webpack })=>{if(!isServer){// Ensures no server modules are included on the client.config.plugins.push(newwebpack.IgnorePlugin(/lib\/server/));}returnconfig;},};
module.exports={webpack: (config,{ isServer, webpack })=>{if(!isServer){// Ensures no server modules are included on the client.config.plugins.push(newwebpack.IgnorePlugin(/lib\/server/));}returnconfig;},};
hi, thanks for the repository and docs. Also, I see some improvements to aggregate to the amazing job.
I guess I will have a free time into the next days and I can send a pull request doing these items below. Until there if someone can feel free to do it:
update from
to https://github.com/RevereCRE/relay-nextjs/blob/main/example/next.config.js
The text was updated successfully, but these errors were encountered: