Skip to content

Reduce memory usage during test execution

Gabriele De Blasi requested to merge wip-webpack-optimization into master

this optimization allows to:

  • extract common dependencies in a separate chunk instead of duplicating them in each test;
  • have a single runtime instance shared between multiple entry points (tests).
Edited by Gabriele De Blasi

Merge request reports