apps/web: disable disable webpack for build
This commit is contained in:
parent
5115551b0e
commit
f426ca7f23
@ -69,6 +69,9 @@ module.exports = withSentryConfig({
|
||||
];
|
||||
},
|
||||
sentry: {
|
||||
disableClientWebpackPlugin: true,
|
||||
disableServerWebpackPlugin: true,
|
||||
hideSourceMaps: true,
|
||||
tunnelRoute: '/track-error',
|
||||
},
|
||||
serverRuntimeConfig: serverRuntimeConfigSchema.parse(env),
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user