fix: refine nestjs example#473
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 (5)
📝 WalkthroughWalkthroughThis PR updates the Rspack/NestJS example project to modernize its development tooling and HMR integration. The dev script now uses cross-env to explicitly set NODE_ENV to development and runs rspack in watch mode. The Rspack configuration is refactored to derive a centralized isDev constant that controls both entry point selection and plugin configuration. The application's hot module replacement is migrated from CommonJS module.hot to ESM import.meta.webpackHot. TypeScript configuration files are added to define compiler options and build-specific exclusions. 🚥 Pre-merge checks | ✅ 4 | ❌ 1❌ Failed checks (1 inconclusive)
✅ Passed checks (4 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches📝 Generate docstrings
🧪 Generate unit tests (beta)
Comment |
No description provided.