-
Notifications
You must be signed in to change notification settings - Fork 408
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Minified import #29
Labels
Comments
I think adding I'm not yet sure how we can support pages trying to load multiple versions of the polyfill. |
Will multiple loaded versions be an issue? If so we should figure out some way to suppress duplicate includes. |
Any chance this'll be added soon? |
I believe this has now been fixed. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Currently, we're using core-animation/web-animations.html as our shared import for WA in Polymer. I think it's more desirable for us to just depend on web-animations-js directly
I'm not clear on how the imports should be structured, though:
web-animations.min.html
/web-animations-next.min.html
/web-animations-next-lite.min.html
?.dev.html
? (this would match existing patterns better)Also, I worry about some components wanting to import lite, and others wanting the full library
cc @morethanreal
The text was updated successfully, but these errors were encountered: