browser-pack
browser-pack copied to clipboard
Reference the require function as `module.require`
(should) fix substack/node-browserify#475
How similar is this to #73?
@terinjokes This is not the same as #73. The problem that #73 fixes is to expose the global require function before any module code is executed. This pr makes that function available inside module code.
Many thanks to @fb55, seems like this is still an issue for some people, including me.