This repository was archived by the owner on Jun 18, 2019. It is now read-only.
v3.0.0
3.0.0 (2015-12-11)
Features
- configEnvironment: adds
DefaultConfigEnvironmentto encapsulate implementation of `ConfigEnvironm (5ecc5014) - configExtendMixin: now
extendacceptsObject<String,Function[]>(f21f51b4) - configFactory: adds
DefaultConfigFactoryto encapsulate implementation ofConfigFactory(13ca91d8) - configFinder: adds
DefaultConfigFinderto encapsulate implementation ofConfigFinder(76bac734) - configLoader: adds
DefaultConfigLoaderto encapsulate implementation ofConfigLoader(f3ab8b81) - configNameResolver: adds
DefaultConfigNameResolverto encapsulate implementation of `ConfigNameRes (b6c8ec2c) - configPathResolver: adds
DefaultConfigPathResolverto encapsulate implementation of `СonfigPathRes (543bde26)
Breaking Changes
-
Adds new
APIwhich is more modular and flexible. Please see https://github.com/mdreizin/webpack-config/blob/master/docs/API.md(27f3f2b3)