mirror of
https://github.com/facebook/react.git
synced 2025-11-01 09:12:30 +00:00
chore: remove outdated comment about gcc (#16232)
This commit is contained in:
committed by
Dan Abramov
parent
6b565ce736
commit
dc232e6774
@@ -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,
|
||||
})
|
||||
),
|
||||
|
||||
Reference in New Issue
Block a user