Frontmatter
| id | 1698 |
| title | buildScripts/webpack/json/build.json => examples structure |
| state | Closed |
| labels | enhancement |
| assignees | tobiu |
| createdAt | Mar 31, 2021, 9:35 PM |
| updatedAt | Apr 1, 2021, 12:53 AM |
| githubUrl | https://github.com/neomjs/neo/issues/1698 |
| author | tobiu |
| commentsCount | 2 |
| parentIssue | null |
| subIssues | [] |
| subIssuesCompleted | 0 |
| subIssuesTotal | 0 |
| blockedBy | [] |
| blocking | [] |
| closedAt | Apr 1, 2021, 12:41 AM |


the list-structure was sufficient when the project only had a few examples, but this is no longer the case.
it would be nice if we could use a nested examples structure, which matches the real folder & file structure.
to do this, we need to adjust
webpack.config.appworker.jsas well for the development and production mode.it makes sense to move the
HtmlWebpackPlugingeneration into an own method.