dojo / webpack-contrib

Plugins and loaders for webpack used with Dojo
Other
4 stars 19 forks source link

[WIP] Use workers to render pages in parallel #298

Closed agubler closed 4 years ago

agubler commented 4 years ago

Type: feature

The following has been addressed in the PR:

Description:

Moves the build time rendering logic into a pool of workers in order to increase the performance by rendering the pages in parallel.

Resolves #184