Replies: 1 comment 11 replies
-
Is it possible for you to use |
Beta Was this translation helpful? Give feedback.
11 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Summary
The configuration I made when building with webpack:
'process.env.NEXT_MODE' is used to determine within my code that if it is the server side, some Node.js code will be imported.
But now when I use turbopack for compilation, I find that I can't obtain whether the current compilation is for client or server. This led to a large number of errors in my code.
Additional information
Example
No response
Beta Was this translation helpful? Give feedback.
All reactions