Skip to content

Commit

Permalink
Update NextJS plugin reference in the documentation (#27)
Browse files Browse the repository at this point in the history
Update NextJS plugin reference in the documentation.
Ignore Jetbrain `.idea` files.

---------

Co-authored-by: Sami Jaber <[email protected]>
  • Loading branch information
Mathieuka and samijaber authored Jan 2, 2024
1 parent 72aa3e3 commit 8eefaab
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,6 @@ node_modules

# misc
.DS_Store

# jetbrains
.idea
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ Therefore, this tool will give you false positives for style changes.

## Support

To add support for other frameworks, what is needed is a plugin that injects the `hydration-overlay-initializer.js` script into the app's entry point. See [next-plugin.ts](./packages/lib/src/next-plugin.ts) for more information. PRs welcome!
To add support for other frameworks, what is needed is a plugin that injects the `hydration-overlay-initializer.js` script into the app's entry point. See [next.ts](./packages/lib/src/next.ts) plugin for more information. PRs welcome!

- [x] Next.js
- [ ] Remix
Expand Down

0 comments on commit 8eefaab

Please sign in to comment.