Skip to content

Commit e6c39fd

Browse files
author
Colin McDonnell
committed
Clean up
1 parent 598cc1c commit e6c39fd

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

packages/react-server/src/ReactServerStreamConfigNode.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
import type {Writable} from 'stream';
1111
import {TextEncoder} from 'util';
1212
import {AsyncLocalStorage} from 'async_hooks';
13+
1314
interface MightBeFlushable {
1415
flush?: () => void;
1516
}

scripts/rollup/build.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,6 @@ const requestedBundleTypes = argv.type
9191
? parseRequestedNames([argv.type], 'uppercase')
9292
: [];
9393
const requestedBundleNames = parseRequestedNames(argv._, 'lowercase');
94-
9594
const forcePrettyOutput = argv.pretty;
9695
const isWatchMode = argv.watch;
9796
const syncFBSourcePath = argv['sync-fbsource'];
@@ -372,7 +371,6 @@ function getPlugins(
372371
isUMDBundle && entry === 'react-art' && commonjs(),
373372
// Apply dead code elimination and/or minification.
374373
isProduction &&
375-
// !skipClosureTranspilation &&
376374
closure({
377375
compilation_level: 'SIMPLE',
378376
language_in: 'ECMASCRIPT_2015',

0 commit comments

Comments
 (0)