Closed nordbit closed 10 months ago
In such case you need to use excludeChunks
or you can setup more complex logic using multi compiler mode - create three configuration - common, first and second and use dependencies https://webpack.js.org/configuration/other-options/#dependencies, feel free to feedback
Current behaviour š£
generates two html files, first.html and second.html - both with EXACTLY same content
Expected behaviour āļø
first.html:
second.html:
Reproduction Example š¾
same as in examples foder in repository
Environment š„