The current HTML reports are built using ZPT-Sharp. In doing so it is possible to see the changes that CSS/JavaScript make to the page in real-time.
One downside is that there is no transpilation or module loading involved in the process. The inclusion of the assets is performed manually only.
I would like to investigate using WebPack as a mechanism to use modern techniques such as JavaScript module loading and also minification, so that generated report pages have a lower 'weight' (in JavaScript) and so that it is easier to develop with modern tools and patterns.
The current HTML reports are built using ZPT-Sharp. In doing so it is possible to see the changes that CSS/JavaScript make to the page in real-time.
One downside is that there is no transpilation or module loading involved in the process. The inclusion of the assets is performed manually only.
I would like to investigate using WebPack as a mechanism to use modern techniques such as JavaScript module loading and also minification, so that generated report pages have a lower 'weight' (in JavaScript) and so that it is easier to develop with modern tools and patterns.