소스 검색

Update next.config.js

main
Steve Ruiz 4 년 전
부모
커밋
a9bcf7b15f
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1
    1
      next.config.js

+ 1
- 1
next.config.js 파일 보기

@@ -9,7 +9,7 @@ const SentryWebpackPluginOptions = {
9 9
   //   urlPrefix, include, ignore
10 10
   // For all available options, see:
11 11
   // https://github.com/getsentry/sentry-webpack-plugin#options.
12
-  silent: true,
12
+  silent: process.env.NODE_ENV === 'development',
13 13
 }
14 14
 
15 15
 module.exports = withSentryConfig(

Loading…
취소
저장