From ba1a9797eebee694f6872e425b3a697c39a17dfc Mon Sep 17 00:00:00 2001 From: Josh Story Date: Fri, 12 Apr 2024 09:48:40 -0700 Subject: [PATCH] Remove `flight-browser` fixture (#28828) 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 --- fixtures/flight-browser/index.html | 101 ----------------------------- 1 file changed, 101 deletions(-) delete mode 100644 fixtures/flight-browser/index.html diff --git a/fixtures/flight-browser/index.html b/fixtures/flight-browser/index.html deleted file mode 100644 index 0ffa3b7e16..0000000000 --- a/fixtures/flight-browser/index.html +++ /dev/null @@ -1,101 +0,0 @@ - - - - - Flight Example - - -

Flight Example

-
-

- To install React, follow the instructions on - GitHub. -

-

- If you can see this, React is not working right. - If you checked out the source from GitHub make sure to run npm run build. -

-
- - - - - - - - -