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

Rework RTK build tooling for 1.6 release #953

Closed
markerikson opened this issue Mar 28, 2021 · 0 comments · Fixed by #957
Closed

Rework RTK build tooling for 1.6 release #953

markerikson opened this issue Mar 28, 2021 · 0 comments · Fixed by #957
Milestone

Comments

@markerikson
Copy link
Collaborator

markerikson commented Mar 28, 2021

There's several changes we need to make to our build tooling:

Dropping TSDX may also be a prerequisite for enabling shipping extraction of error messages into error codes in a prod build, per reduxjs/redux#3920 (comment) .

Sorta related to this, I note that there's a few places in our codebase where we use for(const x of y), which seems like it expands a bit when transpiled. We could try to micro-optimize those, or we could potentially just improve the build tooling and ship more modern JS that doesn't back-compile that syntax.

@markerikson markerikson added this to the 1.6 milestone Mar 28, 2021
This was linked to pull requests Mar 30, 2021
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

Successfully merging a pull request may close this issue.

1 participant