Closed maxime-rainville closed 4 years ago
I added the bundle analyzer bit a few months ago. That fires up a local server to display data about your bundle size. That works well when your build only produces one bundle. However some of our builds produces multiple bundles which leads to a port clash between the local webservers.
Thanks for explaining. I've never seen/used/heard of this feature before :)
Just realise the bundle analyser doesn't work on module that output multiple bundle because it tries to start a new server for each bundle.
This fix allows us to pass extra option to each bundle entry so we can do things like provide each entry a different port.