browserify / factor-bundle

factor browser-pack bundles into common shared bundles
Other
400 stars 27 forks source link

0.11.14-pre duplicate hashes #22

Closed sixtimes closed 10 years ago

sixtimes commented 10 years ago

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:

{"../valet-base":"PYlfp5","jquery":"eeO1y8","videoBG":"tQSPwV"}]},{},["kYFGWA"]);

When I ran that same code on node 0.11.14-pre the final line looks more like this:

{"../valet-base":"qKWleA","jquery":"qKWleA","videoBG":"qKWleA"}]},{},["kYFGWA"]);

terinjokes commented 10 years ago

Can you let me know if this is an issue you're still seeing with the latest versions of browserify and factor-bundle on node 0.11?