Skip to content

Commit 58766af

Browse files
authored
docs: add credits section to README (#8)
1 parent b209be4 commit 58766af

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -760,6 +760,12 @@ app.use(devMiddleware.honoWrapper(compiler, devMiddlewareOptions));
760760
serve(app);
761761
```
762762

763+
## Credits
764+
765+
This repository is forked from [webpack-dev-middleware](https://github.com/webpack/webpack-dev-middleware). It adapts the original implementation for the Rspack ecosystem, bridging behavioral differences with webpack while adding Rspack-specific capabilities.
766+
767+
> Thanks to the webpack-dev-middleware maintainers and its original creator, [@sokra](https://github.com/sokra).
768+
763769
## Contributing
764770

765771
Please take a moment to read our contributing guidelines if you haven't yet done so.

0 commit comments

Comments
 (0)