Skip to content

Cannot resolve module 'babel-runtime/core-js/object/keys' #5

@bvaughn

Description

@bvaughn

Seeing the following error after installing react-inline-auto-prefixer:

Module not found: Error: Cannot resolve module 'babel-runtime/core-js/object/keys' in /path/to/project/node_modules/auto-prefixer/dist

This is because the dist is requiring babel-runtime/core-js/object/keys and babel-runtime/core-js/object/assign directly rather than relying on the user to polyfill Object.keys and Object.values. Any reason for this?

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