UNPKG

674 BMarkdownView Raw
1# enhanced-resolve
2
3Offers a async require.resolve function. It's highly configurable.
4
5[documentation](https://github.com/webpack/docs/wiki)
6
7
8## Features
9
10* plugin system
11* provide a custom filesystem
12* sync and async node.js filesystems included
13
14
15## Tests
16
17``` javascript
18npm test
19```
20
21[![Build Status](https://secure.travis-ci.org/webpack/enhanced-resolve.png?branch=master)](http://travis-ci.org/webpack/enhanced-resolve)
22
23
24## Contributing
25
26Take a look at `lib/ResolveFactory.js` to understand how everything fits together.
27
28
29
30## License
31
32Copyright (c) 2012-2013 Tobias Koppers
33
34MIT (http://www.opensource.org/licenses/mit-license.php)
\No newline at end of file