We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3b44caf commit f9c316aCopy full SHA for f9c316a
scripts/rollup/build.js
@@ -359,7 +359,8 @@ function getPlugins(
359
bundleType === RN_FB_DEV ||
360
bundleType === RN_FB_PROD ||
361
bundleType === RN_FB_PROFILING;
362
- const shouldStayReadable = isFBWWWBundle || isRNBundle || forcePrettyOutput;
+ const shouldStayReadable =
363
+ (false && isFBWWWBundle) || isRNBundle || forcePrettyOutput;
364
return [
365
// Keep dynamic imports as externals
366
dynamicImports(),
0 commit comments