Frontmatter
| id | 1204 |
| title | dynamic root folders for dynamic imports inside webpack based builds |
| state | Closed |
| labels | enhancement |
| assignees | [] |
| createdAt | Sep 16, 2020, 4:49 PM |
| updatedAt | Sep 16, 2020, 11:18 PM |
| githubUrl | https://github.com/neomjs/neo/issues/1204 |
| author | tobiu |
| commentsCount | 1 |
| parentIssue | null |
| subIssues | [] |
| subIssuesCompleted | 0 |
| subIssuesTotal | 0 |
| blockedBy | [] |
| blocking | [] |
| closedAt | Sep 16, 2020, 11:18 PM |

cross reference ticket for: https://github.com/webpack/webpack/issues/11483
in case there was a way to specify different folder roots, we could remove the custom app worker build entry point.
we can not use '../../../../../' for everything, since this would slow down the build time by a long shot and create split chunks we don't want.
e.g.: I got the following structure locally:
github
(all sub repos)
walking up too far would create split chunks across the different sub repos.