Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/jgoux/resolvify

Browserify transform using nodeJS module resolution algorithm
https://github.com/jgoux/resolvify

Last synced: about 11 hours ago
JSON representation

Browserify transform using nodeJS module resolution algorithm

Awesome Lists containing this project

README

        

# resolvify
Browserify transform using nodeJS module resolution algorithm

## Install
```
npm install resolvify --save-dev
```

## Use
Add a **resolvify** entry in your package.json or pass as cli option to transform:
```javascript
//package.json
...
resolvify: ["shared"]
...
```
```
browserify -t [ resolvify common ]
```

Then both the folders "shared" and "common" will be resolved like "node_modules".