From 1a609cfb785e996800cc75675b7d1f009ad9a41f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EC=9B=90=EB=8D=94?= Date: Thu, 4 Feb 2021 09:51:39 +0900 Subject: [PATCH] chore: debug upload --- next.config.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/next.config.js b/next.config.js index 1ce5187..0b683db 100644 --- a/next.config.js +++ b/next.config.js @@ -39,6 +39,7 @@ module.exports = { VERSION && NODE_ENV === 'production' ) { + console.log('Upload Release') config.plugins.push( new SentryWebpackPlugin({ include: '.next', @@ -49,6 +50,7 @@ module.exports = { }) ) } + else console.log('Upload Release Ignored') return config }, experimental: { scrollRestoration: true },