Skip to content

Latest commit

 

History

History
17 lines (16 loc) · 1.64 KB

CONTRIBUTORS.md

File metadata and controls

17 lines (16 loc) · 1.64 KB

Contributors

  • Fernando Montoya - Use separate lodash functions instead of the core package. Faster to install this way.
  • Jonathan Felchlin - Smart merging for loaders.
  • David Gómez - Performance and cosmetic improvements.
  • siready - Extend merge.smart to support include/exclude.
  • C.J. Winslow - Make merge.smart include/exclude to work correctly with loader.
  • Artem Zakharchenko - Fix merge.smart duplication so that if include exists, it will merge.
  • Matt Shwery - If exclude is the same while using merge.smart, merge loaders.
  • Lucretiel - Added a more generic test to describe merge behavior better.
  • Christian Hoffmeister - Fix merge.smart behavior so that it checks against full loader names instead of just the first letter.
  • Ken Powers - Changed Travis icon to use SVG (scales better).
  • Kyle Herock - Improved webpack 2 support, avoided concatenating loaders if the first matching entry's include/exclude doesn't match. #41
  • Steven Haddix - Clarify description. #42
  • Artem Sapegin - Tweaked customizeArray/customizeObject example. #60
  • Dan Kirkham - merge.multiple. #74
  • Ahmed Elmehri - Add customizeArray and customizeObject examples. #93