next.config.js (164B)
1 module.exports = { 2 webpack: (config, { isServer }) => { 3 if (!isServer) { 4 config.node = { 5 fs: "empty", 6 }; 7 } 8 return config; 9 }, 10 };
quotes-nextjsMy favourite quotes. (nextjs) | |
git clone http://git.hanabi.in/repos/quotes-nextjs.git | |
Log | Files | Refs | LICENSE |