KyleAMathews / cjsx-loader

coffee-react-transform loader module for webpack
53 stars 11 forks source link

CommonChunks - dependency resolution breaks when you use this loader #8

Open Azerothian opened 9 years ago

Azerothian commented 9 years ago

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

KyleAMathews commented 9 years ago

Did you figure out the problem here? On Fri, Aug 7, 2015 at 7:40 PM Azerothian notifications@github.com wrote:

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

— Reply to this email directly or view it on GitHub https://github.com/KyleAMathews/cjsx-loader/issues/8.