Skip to content

Commit

Permalink
chore(dcellar-web-ui): temp support log
Browse files Browse the repository at this point in the history
  • Loading branch information
devinxl committed May 13, 2024
1 parent a7ead7f commit 6707178
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions apps/dcellar-web-ui/next.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -91,12 +91,12 @@ const nextConfig = {
},
compiler: {
emotion: true,
removeConsole:
process.env.NODE_ENV === 'production'
? {
exclude: ['error', 'warn'],
}
: false,
// removeConsole:
// process.env.NODE_ENV === 'production'
// ? {
// exclude: ['error', 'warn'],
// }
// : false,
},
};

Expand Down

0 comments on commit 6707178

Please sign in to comment.