diff --git a/docs/bundler/hmr.md b/docs/bundler/hmr.md index 582d2f0df4..db4616ef61 100644 --- a/docs/bundler/hmr.md +++ b/docs/bundler/hmr.md @@ -10,7 +10,7 @@ For React applications, enable React Fast Refresh for component-level hot reload ```typescript await Bun.build({ - entrypoints: ['./src/App.tsx'], + entrypoints: ["./src/App.tsx"], reactFastRefresh: true, hotModuleReloading: true, });