Skip to content

Commit f44aa96

Browse files
committed
Fix buggy return
1 parent 007731a commit f44aa96

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/rollup/modules.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ function getShims(bundleType, entry, featureFlags) {
7575
__dirname + '/shims/rollup/assign-umd.js'
7676
);
7777
}
78-
return {};
78+
break;
7979
case FB_DEV:
8080
case FB_PROD:
8181
// FB forks a few modules in www that are usually bundled.

0 commit comments

Comments
 (0)