Skip to content

react.production.min.js shoud include license notice of object-assign #17492

@dynamis

Description

@dynamis

Do you want to request a feature or report a bug?
report a bug (MIT license notice violation)

What is the current behavior?
react.development.js includes license comment about object-assign module but react.production.min.js doesn't.

https://unpkg.com/browse/react@16.12.0/umd/react.development.js (line60~)

/*
object-assign
(c) Sindre Sorhus
@license MIT
*/

https://unpkg.com/browse/react@16.12.0/umd/react.production.min.js
no comment about object-assign kept (but including the code)

What is the expected behavior?
react.production.min.js should also keep license comment about object-assign

Which versions of React, and which browser / OS are affected by this issue? Did this work in previous versions of React?
React 16.12.0

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions