We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
In our tsconfig.json files we have:
tsconfig.json
lwc/packages/@lwc/engine-core/tsconfig.json
Line 6 in f4d9638
This is because our build target is:
lwc/tsconfig.json
Line 12 in f4d9638
... and we want to make sure we are compatible with ES2018 in our output.
However, we should really bump to something beyond ES2018 by now. This would be a breaking change, though.
The text was updated successfully, but these errors were encountered:
I think we can technically do this now. We don't support anything but the latest browsers now.
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
In our
tsconfig.json
files we have:lwc/packages/@lwc/engine-core/tsconfig.json
Line 6 in f4d9638
This is because our build target is:
lwc/tsconfig.json
Line 12 in f4d9638
... and we want to make sure we are compatible with ES2018 in our output.
However, we should really bump to something beyond ES2018 by now. This would be a breaking change, though.
The text was updated successfully, but these errors were encountered: