Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
pin the version of the WebComponents polyfills to the one which works
The latest version of the WebComponents polyfills has a bug which makes vaadin-board unusable in Firefox and IE11. Until the bug is fixed, the version of webcomponentsjs polyfills used to build the the precompiled vaadin board package has to be pinned (to avoid using the latest). The version of polymer is pinned as well but only because the latest version of polymer requires the latest version of webcomponentsjs. WebComponents polyfills issue: webcomponents/webcomponentsjs#811
- Loading branch information