Skip to content

Commit

Permalink
chore: remove outdated comment about gcc (#16232)
Browse files Browse the repository at this point in the history
  • Loading branch information
epicfaace authored and gaearon committed Aug 5, 2019
1 parent 6b565ce commit dc232e6
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions scripts/rollup/build.js
Expand Up @@ -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,
})
),
Expand Down

0 comments on commit dc232e6

Please sign in to comment.