Skip to content

Commit

Permalink
Fix buggy return
Browse files Browse the repository at this point in the history
  • Loading branch information
gaearon committed Oct 24, 2017
1 parent adce5a5 commit fc8bd83
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/rollup/modules.js
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ function getShims(bundleType, entry, featureFlags) {
__dirname + '/shims/rollup/assign-umd.js'
);
}
return {};
break;
case FB_DEV:
case FB_PROD:
// FB forks a few modules in www that are usually bundled.
Expand Down

0 comments on commit fc8bd83

Please sign in to comment.