Skip to content
This repository has been archived by the owner on Jun 18, 2019. It is now read-only.

Commit

Permalink
feat(ConfigPatternCache): exposes ConfigPatternCache
Browse files Browse the repository at this point in the history
  • Loading branch information
Marat Dreizin authored and mdreizin committed Jun 10, 2016
1 parent 1875628 commit 275847f
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ import ConfigCache from './ConfigCache';
import ConfigLoader from './ConfigLoader';
import ConfigFinder from './ConfigFinder';
import ConfigEnvironment from './ConfigEnvironment';
import ConfigPatternCache from './ConfigPatternCache';

/**
* @module webpack-config
Expand All @@ -21,6 +22,10 @@ export {
* @type {Config}
*/
Config,
/**
* @type {ConfigPatternCache}
*/
ConfigPatternCache,
/**
* @type {ConfigCache}
*/
Expand Down

0 comments on commit 275847f

Please sign in to comment.