Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feat/yama/add turbopack #327

Open
wants to merge 2 commits into
base: develop
Choose a base branch
from
Open

Feat/yama/add turbopack #327

wants to merge 2 commits into from

Conversation

TkymHrt
Copy link
Collaborator

@TkymHrt TkymHrt commented Dec 4, 2024

概要

webpackからturbopackへ移行しました。

実装詳細

"dev": "next dev --turbo", に変更しました。
svg周りでエラーが出るのでnext.config.jsonも修正しました。

導入前

2024-12-04 17:14:16   ▲ Next.js 14.2.15
2024-12-04 17:14:16   - Local:        http://localhost:3000
2024-12-04 17:14:16 
2024-12-04 17:14:16  ✓ Starting...
2024-12-04 17:14:19  ✓ Ready in 3.5s
2024-12-04 17:14:49  ○ Compiling / ...
2024-12-04 17:14:55  ✓ Compiled / in 7.3s (1515 modules)

導入後

2024-12-04 17:06:56   ▲ Next.js 14.2.15 (turbo)
2024-12-04 17:06:56   - Local:        http://localhost:3000
2024-12-04 17:06:56   - Experiments (use with caution):
2024-12-04 17:06:56     · turbo
2024-12-04 17:06:56 
2024-12-04 17:06:56  ✓ Starting...
2024-12-04 17:06:58  ✓ Ready in 1869ms
2024-12-04 17:07:11  ○ Compiling / ...
2024-12-04 17:07:17  ✓ Compiled / in 6.3s

テスト項目

  • 正常にページが表示される。
  • 起動時間が短縮される。

備考

@TkymHrt TkymHrt requested a review from hikahana December 4, 2024 08:24
@TkymHrt TkymHrt self-assigned this Dec 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant