Frontmatter
| id | 576 |
| title | Build Scripts: create a separate entry point for the data worker |
| state | Closed |
| labels | enhancement |
| assignees | tobiu |
| createdAt | May 21, 2020, 11:35 AM |
| updatedAt | May 21, 2020, 12:38 PM |
| githubUrl | https://github.com/neomjs/neo/issues/576 |
| author | tobiu |
| commentsCount | 0 |
| parentIssue | null |
| subIssues | [] |
| subIssuesCompleted | 0 |
| subIssuesTotal | 0 |
| blockedBy | [] |
| blocking | [] |
| closedAt | May 21, 2020, 12:38 PM |
We want to add chunk splitting to the app worker, so we have to create separate entrypoints for the data & vdom workers to not mix chunks across different realms (threads).