Skip to content

Commit

Permalink
don't run modules-runtime-hot in production/testing (fixes #46)
Browse files Browse the repository at this point in the history
  • Loading branch information
gadicc committed Apr 22, 2016
1 parent 8aff48b commit c1f7df2
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions modules-runtime-hot/modules-runtime-hot.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
if (process.env.NODE_ENV === 'production' || Meteor.isTest)
return;

mhot = { };

/*
Expand Down

0 comments on commit c1f7df2

Please sign in to comment.