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`
- Host: GitHub
- URL: https://github.com/meteor/externalify
- Owner: meteor
- License: other
- Created: 2015-06-26T02:01:33.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2015-06-30T00:56:50.000Z (almost 10 years ago)
- Last Synced: 2025-01-28T23:44:13.754Z (4 months ago)
- Language: JavaScript
- Size: 164 KB
- Stars: 5
- Watchers: 14
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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