CommonChunks - dependency resolution breaks when you use this loader, it just includes everything in each chunk. e.g if you require react in two separate entries. it will include react in two separate chunks. Switch the files to just plain JS and it works as expected
CommonChunks - dependency resolution breaks when you use this loader, it just includes everything in each chunk. e.g if you require react in two separate entries. it will include react in two separate chunks. Switch the files to just plain JS and it works as expected