Skip to content

Commit

Permalink
Fix polymer-build minification issue with Polymer 3.2.0 (#3388)
Browse files Browse the repository at this point in the history
* Unpinned babel-preset-minify and updated all packages.

 - Had to update some test fixtures due to reordering of rolled-up code
 - Fixed code related to updated typings in Server.close()

* Update goldens and stop using GitHubApi.authenticate
* Had to disable some other babel-preset-minify plugins: builtIns and removeUndefined
* Added CHANGELOG items for the changes.
  • Loading branch information
usergenic authored Apr 2, 2019
1 parent 19b9e2d commit e38aadc
Show file tree
Hide file tree
Showing 43 changed files with 1,498 additions and 1,157 deletions.
253 changes: 129 additions & 124 deletions package-lock.json

Large diffs are not rendered by default.

100 changes: 50 additions & 50 deletions packages/analyzer/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 6 additions & 6 deletions packages/browser-capabilities/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions packages/build/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/)
and this project adheres to [Semantic Versioning](http://semver.org/).

<!-- Unreleased -->
* Disabled `babel-plugin-minify-builtins` and `babel-plugin-minify-remove-undefined` due to errors in `babel-preset-minify`.
<!-- Add new, unreleased changes here. -->

## [3.1.2] - 2019-03-01
Expand Down
Loading

0 comments on commit e38aadc

Please sign in to comment.