-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Configure the path of the Node.js entry chunk (#5398)
### Description This PR allows configuring a specific path to Node.js entry chunks. Before, these would be generated under most of the same rules as dev chunks. However, in some cases, Next.js expects these chunks to be under a specific path. In any case, having unique chunk paths isn't particularly useful on the server-side. ### Testing Instructions N/A
- Loading branch information
Showing
8 changed files
with
105 additions
and
128 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
pub(crate) mod chunk; | ||
pub(crate) mod content; | ||
pub(crate) mod evaluate; | ||
pub(crate) mod entry; |
Oops, something went wrong.