You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In next.config.mjs I use withSentryConfig which gives me this message:
⚠ Custom webpack configuration is detected. When using a custom webpack configuration, the Webpack build worker is disabled by default. To force enable it, set the "experimental.webpackBuildWorker" option to "true". Read more: https://nextjs.org/docs/messages/webpack-build-worker-opt-out
Should I set experimental: { webpackBuildWorker: true }?
Hey, I just tried the webpackBuildWorker option and didn't spot any immediate incompatibilities with our SDK. I assume it is safe to use but please test the change before deploying it. Let us know if you face any issues!
Hey, I just tried the webpackBuildWorker option and didn't spot any immediate incompatibilities with our SDK. I assume it is safe to use but please test the change before deploying it. Let us know if you face any issues!
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Hey, I just tried the
webpackBuildWorkeroption and didn't spot any immediate incompatibilities with our SDK. I assume it is safe to use but please test the change before deploying it. Let us know if you face any issues!