-
Notifications
You must be signed in to change notification settings - Fork 200
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
custom-elements-es5-adapter code not generated when using bundle and compile options together #563
Comments
I have a similar case where the Not Working:
Working:
Node: 8.11 |
I think it probably has to do with how are they reading the value of |
What happens if you add the following to the "browserCapabilities": [
"es5",
], |
@jsilvermist I cannot run what you suggested since "es5" is not a valid option:
Of course I need my code to be ES5 compatible... |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
This issue has been automatically closed after being marked stale. If you're still facing this problem with the above solution, please comment and we'll reopen! |
When building
compile: true
andbundle: true
inpolymer.json
, custom-elements-es5-adapter code is not generated. However if i just usecompile: true
option, in that case, the code gets generated. Even if i manually put<script src=''./node_modules/@webcomponents/webcomponentsjs/custom-elements-es5-adapter.js></script>
, this tag gets read and code is transpiled, no matter even if iexclude
it incompile
option. Any inputs?Node: 8.11
Polymer CLI: 1.7.7
Polymer: 3.0.2
Webcomponents: 2.0.2
The text was updated successfully, but these errors were encountered: