Skip to content

Commit 3a6fc62

Browse files
authored
Update README.md
1 parent 63b4789 commit 3a6fc62

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ npm install remix-development-tools
4444
2. Add the following to your application `root.tsx` file:
4545

4646
```diff
47+
// We'll lazy load RemixDevTools to ensure it doesn't contribute to production bundle size
4748
+ import { lazy } from "react";
4849
+ import rdtStylesheet from "remix-development-tools/stylesheet.css";
4950
+ const RemixDevTools = lazy(() => import("remix-development-tools");

0 commit comments

Comments
 (0)