2025-04-02 21:57:33 +08:00

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
```
[![Build Status](https://secure.travis-ci.org/webpack/enhanced-resolve.png?branch=master)](http://travis-ci.org/webpack/enhanced-resolve)
## License
Copyright (c) 2012-2013 Tobias Koppers
MIT (http://www.opensource.org/licenses/mit-license.php)