meteor/externalify

Name: externalify

Owner: Meteor

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

Created: 2015-06-26 02:01:33.0

Updated: 2016-02-17 14:07:08.0

Pushed: 2015-06-30 00:56:50.0

Homepage: null

Size: 168

Language: JavaScript

GitHub Committers

UserMost Recent Commit# Commits

Other Committers

UserEmailMost Recent Commit# Commits

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 for examples.

Installation
install exposify
License

MIT


This work is supported by the National Institutes of Health's National Center for Advancing Translational Sciences, Grant Number U24TR002306. This work is solely the responsibility of the creators and does not necessarily represent the official views of the National Institutes of Health.