Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Remove UMD bundle from package.json #208

Merged
merged 2 commits into from
Jun 29, 2018
Merged

Remove UMD bundle from package.json #208

merged 2 commits into from
Jun 29, 2018

Conversation

web-padawan
Copy link
Member

@web-padawan web-padawan commented Jun 29, 2018

Fixes #207

The UMD bundles is not processed correctly by polymer-cli, which has its own AMD transform, resulting in window.define is true, but window.define.amd is false.

Leaving ES module as the only entry in package.json for now. For those who need UMD bundle, it is still there but should be included manually.


This change is Reviewable

@web-padawan web-padawan force-pushed the chore/main-es-module branch from 29817b5 to 9b15f24 Compare June 29, 2018 11:20
@web-padawan web-padawan force-pushed the chore/main-es-module branch from 9b15f24 to 6391ee7 Compare June 29, 2018 12:49
@vlukashov
Copy link

Reviewed 2 of 2 files at r1.
Review status: :shipit: complete! all files reviewed, all discussions resolved


Comments from Reviewable

@vlukashov vlukashov merged commit 2c3994c into master Jun 29, 2018
@vlukashov vlukashov deleted the chore/main-es-module branch June 29, 2018 13:09
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants