diff options
Diffstat (limited to 'bench/react-hello-world/react-hello-world.jsx')
-rw-r--r-- | bench/react-hello-world/react-hello-world.jsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bench/react-hello-world/react-hello-world.jsx b/bench/react-hello-world/react-hello-world.jsx index eac44d266..ae889f811 100644 --- a/bench/react-hello-world/react-hello-world.jsx +++ b/bench/react-hello-world/react-hello-world.jsx @@ -1,5 +1,5 @@ // to run this: -// NODE_ENV=production bun --jsx-production react-hello-world.jsx +// NODE_ENV=production bun react-hello-world.jsx // Make sure you're using react-dom@18.3.0 or later. // Currently that is available at react-dom@next (which is installed in this repository) |