Closed r-sugi closed 3 months ago
The latest updates on your projects. Learn more about Vercel for Git ↗︎
Name | Status | Preview | Comments | Updated (UTC) |
---|---|---|---|---|
nextjs-tdd-template_storybook | ✅ Ready (Inspect) | Visit Preview | 💬 Add feedback | Aug 22, 2024 9:41am |
⏱️ Estimated effort to review: 2 🔵🔵⚪⚪⚪ |
🧪 No relevant tests |
🔒 No security concerns identified |
⚡ Key issues to review コードの最適化 `isProd` 変数の定義が単一のファイルに閉じられていますが、他の設定やコンポーネントでも使用される可能性があるため、より中央で管理されるべきかもしれません。 |
Category | Suggestion | Score |
Maintainability |
条件式を直接
___
** | 7 |
User description
154
124
PR Type
enhancement
Description
data-testid
プロパティを除外する設定を追加しました。reactStrictMode
を有効にしました。isProd
を追加しました。Changes walkthrough 📝
next.config.mjs
Enhance production build configuration in Next.js
next.config.mjs
reactStrictMode
.data-testid
properties in production builds.