mirror of
https://github.com/facebook/react.git
synced 2025-11-01 09:12:30 +00:00
f090b69fca
## Summary
Our builds generate files with a `.mjs` file extension. These are
currently filtered out by `ReactFlightWebpackPlugin` so I am updating it
to support this file extension.
This fixes https://github.com/facebook/react/issues/33155
## How did you test this change?
I built the plugin with this change and used `yalc` to test it in my
project. I confirmed the expected files now show up in
`react-client-manifest.json`
DiffTrain build for [2bcf06b692](https://github.com/facebook/react/commit/2bcf06b69254cad6f7e702bf7d65c4f30478668c)