Skip to content

Replace Object.assign polyfill #17

@lukeed

Description

@lukeed

Instead of requiring a new file (object-assign-polyfill) which modifies the Object prototype, what if you used babel-plugin-transform-object-assign? It will rewrite Object.assign into _extends and inline a small helper function. It's fewer bytes for "fallback" and takes advantages of existing build tools.

Did you look into this approach before?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions