Skip to content

Commit f9c316a

Browse files
committed
throwaway
1 parent 3b44caf commit f9c316a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

scripts/rollup/build.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -359,7 +359,8 @@ function getPlugins(
359359
bundleType === RN_FB_DEV ||
360360
bundleType === RN_FB_PROD ||
361361
bundleType === RN_FB_PROFILING;
362-
const shouldStayReadable = isFBWWWBundle || isRNBundle || forcePrettyOutput;
362+
const shouldStayReadable =
363+
(false && isFBWWWBundle) || isRNBundle || forcePrettyOutput;
363364
return [
364365
// Keep dynamic imports as externals
365366
dynamicImports(),

0 commit comments

Comments
 (0)