Skip to content

Commit

Permalink
Merge pull request codestates-seb#369 from nalsae/develop
Browse files Browse the repository at this point in the history
[FE] ๐Ÿ› ์›น์†Œ์ผ“ ์ฝ˜์†” ๊ด€๋ จ ์ด์Šˆ ํ•ด๊ฒฐ
  • Loading branch information
nalsae authored Dec 26, 2023
2 parents 038250c + ff42676 commit 01809fb
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 01809fb

Please sign in to comment.