Skip to content

Commit

Permalink
disable issue_path again (vercel/turborepo#4118)
Browse files Browse the repository at this point in the history
### Description

Performance is just too bad
  • Loading branch information
sokra committed Mar 8, 2023
1 parent c19e0f3 commit c4b6440
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/next-swc/crates/next-dev-tests/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ turbo-tasks-fs = { workspace = true }
turbo-tasks-memory = { workspace = true }
turbo-tasks-testing = { workspace = true }
turbopack-cli-utils = { workspace = true }
turbopack-core = { workspace = true }
turbopack-core = { workspace = true, features = ["issue_path"] }
turbopack-dev-server = { workspace = true }
turbopack-node = { workspace = true }
turbopack-test-utils = { workspace = true }
Expand Down

0 comments on commit c4b6440

Please sign in to comment.