Not terribly important, but I ran into some incompatibility when I found my dev server was running a different version of node than my local machine. A "downgrade" solved my problem.
Using 1.0.0 as a browserify plugin on node 0.10.29 produces an entry point file with the following final line:
Not terribly important, but I ran into some incompatibility when I found my dev server was running a different version of node than my local machine. A "downgrade" solved my problem.
Using 1.0.0 as a browserify plugin on node 0.10.29 produces an entry point file with the following final line:
When I ran that same code on node 0.11.14-pre the final line looks more like this: