chore: debug upload

This commit is contained in:
원더 2021-02-04 09:51:39 +09:00
parent 4d0dc8046a
commit 1a609cfb78

View File

@ -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 },