Closed barbu110 closed 8 years ago
Sorry, was on leave - I'll look into how to fix this. Until then, the non-module form should still work.
In my testing, require() is still provided by the latest version, 13.1.0; are you using 'browserify -r YourModuleHere' ?
The example provided in the
example
repository will not work with the latest version of Browserify, because seems like Browserify does not expose therequire()
method the global scope.What can be done for using the modules with the magical
require()
?