chore: remove outdated comment about gcc (#16232)

This commit is contained in:
Ashwin Ramaswami
2019-08-05 18:18:40 +01:00
committed by Dan Abramov
parent 6b565ce736
commit dc232e6774
-4
View File
@@ -370,10 +370,6 @@ function getPlugins(
// Don't let it create global variables in the browser.
// https://github.com/facebook/react/issues/10909
assume_function_wrapper: !isUMDBundle,
// Works because `google-closure-compiler-js` is forked in Yarn lockfile.
// We can remove this if GCC merges my PR:
// https://github.com/google/closure-compiler/pull/2707
// and then the compiled version is released via `google-closure-compiler-js`.
renaming: !shouldStayReadable,
})
),