mirror of
https://github.com/koreanbots/core.git
synced 2025-12-16 06:20:24 +00:00
chore: debug upload
This commit is contained in:
parent
4d0dc8046a
commit
1a609cfb78
@ -39,6 +39,7 @@ module.exports = {
|
|||||||
VERSION &&
|
VERSION &&
|
||||||
NODE_ENV === 'production'
|
NODE_ENV === 'production'
|
||||||
) {
|
) {
|
||||||
|
console.log('Upload Release')
|
||||||
config.plugins.push(
|
config.plugins.push(
|
||||||
new SentryWebpackPlugin({
|
new SentryWebpackPlugin({
|
||||||
include: '.next',
|
include: '.next',
|
||||||
@ -49,6 +50,7 @@ module.exports = {
|
|||||||
})
|
})
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
|
else console.log('Upload Release Ignored')
|
||||||
return config
|
return config
|
||||||
},
|
},
|
||||||
experimental: { scrollRestoration: true },
|
experimental: { scrollRestoration: true },
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user