LearnNewsExamplesServices
Frontmatter
id1474
titleseparate the webpack based split chunks into 1 folder for each thread
stateClosed
labels
enhancement
assigneestobiu
createdAtDec 3, 2020, 10:47 PM
updatedAtDec 3, 2020, 10:50 PM
githubUrlhttps://github.com/neomjs/neo/issues/1474
authortobiu
commentsCount0
parentIssuenull
subIssues[]
subIssuesCompleted0
subIssuesTotal0
blockedBy[]
blocking[]
closedAtDec 3, 2020, 10:50 PM

separate the webpack based split chunks into 1 folder for each thread

Closed v8.1.0 enhancement
tobiu
tobiu commented on Dec 3, 2020, 10:47 PM

in some rare edge cases, webpack can create the same chunk file names for modules inside the main & app thread.

e.g.:

Screenshot 2020-12-03 at 22 29 58
Screenshot 2020-12-03 at 22 31 39

294 will override the other version, resulting in a corrupted output for the prod env.

i will add folders like

chunks/app/* chunks/main/*

to resolve this.

tobiu added the enhancement label on Dec 3, 2020, 10:47 PM
tobiu assigned to @tobiu on Dec 3, 2020, 10:47 PM
tobiu referenced in commit 7db5b22 - "separate the webpack based split chunks into 1 folder for each thread #1474" on Dec 3, 2020, 10:49 PM
tobiu referenced in commit c5b3ff3 - "#1474 removed the not realted drag zone testing logs" on Dec 3, 2020, 10:50 PM
tobiu closed this issue on Dec 3, 2020, 10:50 PM