Open
Description
From README.
HappyPack makes webpack builds faster by allowing you to transform multiple files in parallel.
Would be nice if we bring ideas on how to integrate best this, since it changes the way the loaders are declared. And also is good to get agreement on degree of integration.
Some points:
- When
happypack
is enable. All loaders will use it? or do we want to use it for some loaders instead? - The same apply to
happypack
configuration options. Ex. Same amount of threads for all loaders? - All of the previous influences on how many plugin instances will be added to configuration.
Some resources for reading
https://github.com/amireh/happypack/tree/master/examples
My five cents goes for a per loader configuration. Every loader can use it or not when enabled. this will add as many plugin instances as loaders we use, but in my opinion provides flexibility on loaders usage.
thanks in advance.