Skip to content

Commit dc232e6

Browse files
epicfaacegaearon
authored andcommitted
chore: remove outdated comment about gcc (#16232)
1 parent 6b565ce commit dc232e6

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

scripts/rollup/build.js

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -370,10 +370,6 @@ function getPlugins(
370370
// Don't let it create global variables in the browser.
371371
// https://github.com/facebook/react/issues/10909
372372
assume_function_wrapper: !isUMDBundle,
373-
// Works because `google-closure-compiler-js` is forked in Yarn lockfile.
374-
// We can remove this if GCC merges my PR:
375-
// https://github.com/google/closure-compiler/pull/2707
376-
// and then the compiled version is released via `google-closure-compiler-js`.
377373
renaming: !shouldStayReadable,
378374
})
379375
),

0 commit comments

Comments
 (0)