这是indexloc提供的服务,不要输入任何密码
Skip to content

Bug: The UMD builds for react and react-dom are not building correctly #33794

@deepak427

Description

@deepak427

React version: 19.2.0

Steps To Reproduce

  1. Clone the latest project from React Github.
  2. Run yarn to install dependencies.
  3. Run yarn build react/index,react-dom/index --type=UMD.
Image

The current behavior

I did not get the expected build output. According to the documentation, the build folder should contain UMD files that are referenced in fixtures/packaging/babel-standalone/dev.html, but after inspecting that file, I noticed that the paths and files mentioned there were not generated during the build.

Image

The expected behavior

The build folder should contain a UMD folder, where the UMD development files should reside.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Status: UnconfirmedA potential issue that we haven't yet confirmed as a bug

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions