Selaa lähdekoodia

Update next.config.js

main
Steve Ruiz 4 vuotta sitten
vanhempi
commit
a9bcf7b15f
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. 1
    1
      next.config.js

+ 1
- 1
next.config.js Näytä tiedosto

@@ -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…
Peruuta
Tallenna