Skip to content

Rework RTK build tooling for 1.6 release #953

@markerikson

Description

@markerikson

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions