Skip to content

Commit

Permalink
Update GCC (#12618)
Browse files Browse the repository at this point in the history
  • Loading branch information
gaearon committed Apr 16, 2018
1 parent 5dfbfe9 commit 1591c8e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions scripts/rollup/build.js
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@ const closureOptions = {
applyInputSourceMaps: false,
useTypesForOptimization: false,
processCommonJsModules: false,
rewritePolyfills: false,
};

function getBabelConfig(updateBabelOptions, bundleType, filename) {
Expand Down
4 changes: 2 additions & 2 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2561,8 +2561,8 @@ glogg@^1.0.0:
sparkles "^1.0.0"

google-closure-compiler-js@>20170000:
version "20170910.0.1"
resolved "https://registry.yarnpkg.com/@gaearon/google-closure-compiler-js/-/google-closure-compiler-js-20170910.0.1.tgz#b0cf7ef408219a19c390375a76bf0a82ccf65eea"
version "20180402.0.0"
resolved "https://registry.yarnpkg.com/google-closure-compiler-js/-/google-closure-compiler-js-20180402.0.0.tgz#b90ee11c597030b90ed1c6a054dd728aba81ab2d"
dependencies:
minimist "^1.2.0"
vinyl "^2.0.1"
Expand Down

0 comments on commit 1591c8e

Please sign in to comment.