Skip to content
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

Object spread not supported in legacy Edge #587

Closed
sechel opened this issue May 1, 2020 · 2 comments
Closed

Object spread not supported in legacy Edge #587

sechel opened this issue May 1, 2020 · 2 comments

Comments

@sechel
Copy link

sechel commented May 1, 2020

You use object spread here


This is bad for a library that can also be used in a client context as it is not supported by Microsoft Edge.

@daffl
Copy link
Member

daffl commented May 1, 2020

Since there is no official client build you will need to set up your transpiler to include this repository and target the JS you need.

@sechel
Copy link
Author

sechel commented May 1, 2020

Ok, no Problem, just wanted to point that out. If you use the Angular standard workflow it's not that easy to include custom transpilers to modify the es2015 target.

@sechel sechel closed this as completed May 1, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants