This repository has been 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
DefaultConfigEnvironment
to encapsulate implementation of `ConfigEnvironm (5ecc5014) - configExtendMixin: now
extend
acceptsObject<String,Function[]>
(f21f51b4) - configFactory: adds
DefaultConfigFactory
to encapsulate implementation ofConfigFactory
(13ca91d8) - configFinder: adds
DefaultConfigFinder
to encapsulate implementation ofConfigFinder
(76bac734) - configLoader: adds
DefaultConfigLoader
to encapsulate implementation ofConfigLoader
(f3ab8b81) - configNameResolver: adds
DefaultConfigNameResolver
to encapsulate implementation of `ConfigNameRes (b6c8ec2c) - configPathResolver: adds
DefaultConfigPathResolver
to encapsulate implementation of `СonfigPathRes (543bde26)
Breaking Changes
-
Adds new
API
which is more modular and flexible. Please see https://github.com/mdreizin/webpack-config/blob/master/docs/API.md(27f3f2b3)