Frontmatter
| id | 1475 |
| title | webpack.config.worker.js => add support for dynamic imports |
| state | Closed |
| labels | enhancement |
| assignees | tobiu |
| createdAt | Dec 3, 2020, 11:06 PM |
| updatedAt | Dec 3, 2020, 11:06 PM |
| githubUrl | https://github.com/neomjs/neo/issues/1475 |
| author | tobiu |
| commentsCount | 0 |
| parentIssue | null |
| subIssues | [] |
| subIssuesCompleted | 0 |
| subIssuesTotal | 0 |
| blockedBy | [] |
| blocking | [] |
| closedAt | Dec 3, 2020, 11:06 PM |
the data & vdom threads are not using dynamic imports at this point.
however, since they could do it in the future, let us scope split chunks in advance.
chunkFilename: `chunks/${env.worker}/[id].js`,