Skip to content

Commit

Permalink
Remove flight-browser fixture (#28828)
Browse files Browse the repository at this point in the history
The flight-browser fixtures doesn't make sense. It also uses UMD builds
which are being removed so we'd have to make it use esm.sh or something
and really it just won't work because it needs to be built by webpack to
not error. We could potentially shim the webpack globals but really the
right thing is to publish the esm version of react-server and use esm.sh
to load a browser only esm demo of react-server. This change removes the
flight-browser fixture
  • Loading branch information
gnoff authored Apr 12, 2024
1 parent 7625f0d commit ba1a979
Showing 1 changed file with 0 additions and 101 deletions.
101 changes: 0 additions & 101 deletions fixtures/flight-browser/index.html

This file was deleted.

0 comments on commit ba1a979

Please sign in to comment.