vendorate
v1.1.0
Published
A wrapper around browserify to vendor node_module dependencies into a single file.
Maintainers
Readme
Vendorate
A wrapper around browserify to vendor node_module dependencies into a single file.
Installation
npm install --save-dev vendorateUsage
npx vendorate some-library SomeLibraryThis will output a file like Vendor.SomeLibrary.ab3692a8sb82bas2.js. When used,
the library is exposed globally under Vendor.SomeLibrary.
