We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6b565ce commit dc232e6Copy full SHA for dc232e6
scripts/rollup/build.js
@@ -370,10 +370,6 @@ function getPlugins(
370
// Don't let it create global variables in the browser.
371
// https://github.com/facebook/react/issues/10909
372
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`.
377
renaming: !shouldStayReadable,
378
})
379
),
0 commit comments