Replies: 1 comment
|
The core difference is whether you get one shared module graph or N independent ones. Multicompiler runs each config as a fully separate
The catch for your setup specifically: |
|
The core difference is whether you get one shared module graph or N independent ones. Multicompiler runs each config as a fully separate
The catch for your setup specifically: |
Uh oh!
There was an error while loading. Please reload this page.
Hello! Could you explain the advantages and disadvantages of the approaches (multicompiler and layers features) in terms of performance?
For example. Now we are using multicompiler for 8 compilations. Almost all source files are the same – the main difference is the set of swc plugins for built-it swc loader and build targets (node, browser). Also we have slow file-system.
Can switching to
layershelp with speed and how?All reactions