Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
aleclarson committed Oct 15, 2015
1 parent 47d0973 commit b8ee85d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packager/react-packager/src/DependencyResolver/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ HasteDependencyResolver.prototype.wrapModule = function(resolutionResponse, modu

if (module.isNull) {
return defineModuleCode({
moduleName: module.id,
moduleName: module.path,
deps: [],
code: module.code,
});
Expand Down

0 comments on commit b8ee85d

Please sign in to comment.