Skip to content

Commit

Permalink
Move .next/chunks folder to .next/build/chunks (#67610)
Browse files Browse the repository at this point in the history
### What?

Moved .next/chunks folder to .next/build/chunks as it is build-related
code.

Closes PACK-3149
  • Loading branch information
LichuAcu committed Jul 12, 2024
1 parent 8f64c5c commit a329371
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/next-swc/crates/next-api/src/project.rs
Original file line number Diff line number Diff line change
Expand Up @@ -568,8 +568,8 @@ impl Project {
self.project_path(),
node_root,
node_root,
node_root.join("chunks".into()),
node_root.join("assets".into()),
node_root.join("build/chunks".into()),
node_root.join("build/assets".into()),
node_build_environment(),
next_mode.runtime_type(),
)
Expand Down

0 comments on commit a329371

Please sign in to comment.