Frontmatter
| id | 578 |
| title | Build Scripts: webpack.config.worker.js |
| state | Closed |
| labels | enhancement |
| assignees | tobiu |
| createdAt | May 21, 2020, 12:41 PM |
| updatedAt | May 21, 2020, 12:50 PM |
| githubUrl | https://github.com/neomjs/neo/issues/578 |
| author | tobiu |
| commentsCount | 0 |
| parentIssue | null |
| subIssues | [] |
| subIssuesCompleted | 0 |
| subIssuesTotal | 0 |
| blockedBy | [] |
| blocking | [] |
| closedAt | May 21, 2020, 12:50 PM |
the webpack configs for the data & vdom workers are almost the same, so we can group them into a new file and pass an env var containing the target worker.
the builds themselves have to stay separate.