Skip to content

Error has occured after update to 14.1.0 #1673

Closed Answered by AbanoubGhadban
ippachi asked this question in Q&A
Discussion options

You must be logged in to vote

@ippachi Thanks for your suggestion! Your fix is correct. However, to optimize the client bundle, I recommend adding:

clientConfig.resolve.fallback = { stream: false };

If the server bundle's target is set to web, you should also include:

serverConfig.resolve.fallback = { stream: false };

Both statements will be added to webpackConfig.js.tt. Appreciate your input!

Replies: 2 comments 1 reply

Comment options

You must be logged in to vote
1 reply
@ippachi
Comment options

Answer selected by ippachi
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants