Skip to content

Commit

Permalink
Make a WA for browserify/issues/64.
Browse files Browse the repository at this point in the history
  • Loading branch information
terry3 committed Jul 22, 2016
1 parent ee80ac4 commit cf0359c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ module.exports = function f (b, opts) {
hasExports: true
});

b.on('reset', addHooks);
b.once('reset', addHooks);
addHooks();

function addHooks () {
Expand Down

0 comments on commit cf0359c

Please sign in to comment.