28 lines
565 B
Markdown
28 lines
565 B
Markdown
# enhanced-resolve
|
|
|
|
Offers a async require.resolve function. It's highly configurable.
|
|
|
|
[documentation](https://github.com/webpack/docs/wiki)
|
|
|
|
|
|
## Features
|
|
|
|
* plugin system
|
|
* provide a custom filesystem
|
|
* sync and async node.js filesystems included
|
|
|
|
|
|
## Tests
|
|
|
|
``` javascript
|
|
npm test
|
|
```
|
|
|
|
[](http://travis-ci.org/webpack/enhanced-resolve)
|
|
|
|
|
|
## License
|
|
|
|
Copyright (c) 2012-2013 Tobias Koppers
|
|
|
|
MIT (http://www.opensource.org/licenses/mit-license.php) |