Ben Clinkinbeard

Results 16 comments of Ben Clinkinbeard

This is still an issue, as demonstrated by this zip. Download it, run `npm i`, then `npm run bundleNoParse`, and open index.html. You will see the "global is not defined"...

Pushed to https://github.com/bclinkinbeard/noParse-bug-demo I honestly don't know enough about Browserify's internals to know what the proper fix or root cause is. It may very well be a Browserify issue. The...

I just discovered that defining the shims with the `"angular": "global:angular"` syntax avoids the error. Does that tell us anything?

Still happening with b-shim 3.5.0 and Browserify 4.1.6

Yea, I guess it is.