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

https://github.com/sandinmyjoints/browserify-shim-repro

Browserify's require, browser aliases, and browserify-shim do not mix.
https://github.com/sandinmyjoints/browserify-shim-repro

Last synced: 3 months ago
JSON representation

Browserify's require, browser aliases, and browserify-shim do not mix.

Awesome Lists containing this project

README

        

Available scripts:

bundle:norequire
browserify -e entry.js -o bundle.js && node bundle.js
bundle:require
browserify -r 'needsShimName' -e entry.js -o bundle.js && node bundle.js

**`bundle:norequire` works. `bundle:require` does not.**