Skip to content

Commit

Permalink
Remove hmr require from initialization code
Browse files Browse the repository at this point in the history
Reviewed By: cpojer

Differential Revision: D4265897

fbshipit-source-id: c39caeae875e6f5f5322542601e97cdf78f90dc6
  • Loading branch information
davidaurelio authored and Martin Konicek committed Dec 12, 2016
1 parent 05c7e2f commit c3e2c30
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Libraries/Core/InitializeCore.js
Expand Up @@ -200,7 +200,6 @@ if (__DEV__) {
} }


require('RCTDebugComponentOwnership'); require('RCTDebugComponentOwnership');
require('react-transform-hmr');
} }


// Set up inspector // Set up inspector
Expand Down

0 comments on commit c3e2c30

Please sign in to comment.