fix: rename default ipc socket#233
Conversation
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Pro Plus Run ID: 📒 Files selected for processing (2)
📝 WalkthroughWalkthroughThe default IPC socket filename is renamed from 🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches📝 Generate docstrings
🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
Summary
This PR renames the default IPC socket generated by
ipc: truefromwebpack-dev-server.socktorspack-dev-server.sock, matching the package name and avoiding webpack-prefixed defaults. It also updates the IPC e2e test socket names to use the same Rspack prefix.Validation
node_modules/.bin/prettier --check src/server.ts tests/e2e/ipc.test.jsnode_modules/.bin/rslint src/server.ts tests/e2e/ipc.test.jsnode_modules/.bin/rstest tests/e2e/ipc.test.js