From dc232e6774e60029be7995d1b4e3e37f8ff843ef Mon Sep 17 00:00:00 2001 From: Ashwin Ramaswami Date: Mon, 5 Aug 2019 10:18:40 -0700 Subject: [PATCH] chore: remove outdated comment about gcc (#16232) --- scripts/rollup/build.js | 4 ---- 1 file changed, 4 deletions(-) diff --git a/scripts/rollup/build.js b/scripts/rollup/build.js index 15eca1b5de81..509cfa6e9eec 100644 --- a/scripts/rollup/build.js +++ b/scripts/rollup/build.js @@ -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, }) ),