Skip to content

Commit

Permalink
Merge pull request codestates-seb#370 from codestates-seb/develop
Browse files Browse the repository at this point in the history
[FE] ๐Ÿš€ ๋ฐฐํฌ๋ฅผ ์œ„ํ•œ ๋ธŒ๋žœ์น˜ ๋ณ‘ํ•ฉ
  • Loading branch information
nalsae authored Dec 26, 2023
2 parents bfdc2ec + 01809fb commit 44e717a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions client/next.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@ const nextConfig = {
},
],
},
compiler: {
removeConsole: process.env.NEXT_PUBLIC_NODE_ENV === 'production',
},
};

module.exports = nextConfig;

0 comments on commit 44e717a

Please sign in to comment.