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

https://github.com/meteor/externalify

Load external modules from different Browserify bundles, without creating a global `require`
https://github.com/meteor/externalify

Last synced: 4 months ago
JSON representation

Load external modules from different Browserify bundles, without creating a global `require`

Awesome Lists containing this project

README

        

# externalify

Browserify transform that lets you require external modules from any function that follows the require API.

Much like the `external` option to Browserify, but lets you specify a custom name for the `require` function to avoid creating a global `require` symbol.

Basically, it just runs `replace-require-functions`. See the [docs of that package](https://github.com/meteor/replace-require-functions) for examples.

## Installation

```sh
npm install exposify
```

## License

MIT