Does node
target not support chunkSplit
#1569
Answered
by
chenjiahan
longht021189
asked this question in
Q&A
-
Beta Was this translation helpful? Give feedback.
Answered by
chenjiahan
Feb 19, 2024
Replies: 1 comment 3 replies
-
The node target does not support Why do you need to split the chunk for node target? |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Normally this will not affect Node.js startup perf.
For splitting Node.js bundles, we can use dynamic import and it will generate separate chunks after building.