Skip to content
Discussion options

You must be logged in to vote

My team figured this out. The chunk size was coming in via a REACT_APP_ environment variable - which is a string, not a number. The JS was then adding the strings instead numbers. Converting the string to a number first solves it.

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Comment options

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