Skip to content

Commit

Permalink
Revert "Fix HmrClient path"
Browse files Browse the repository at this point in the history
This reverts commit 8bdd98e.
  • Loading branch information
grabbou committed Mar 12, 2018
1 parent 8bdd98e commit ac55ffd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Libraries/Utilities/HMRClient.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
const Platform = require('Platform');
const invariant = require('fbjs/lib/invariant');

const MetroHMRClient = require('metro/src/lib/bundle-modules/HmrClient');
const MetroHMRClient = require('metro/src/lib/bundle-modules/HMRClient');

/**
* HMR Client that receives from the server HMR updates and propagates them
Expand Down

0 comments on commit ac55ffd

Please sign in to comment.