-
Notifications
You must be signed in to change notification settings - Fork 27.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Implement list of config options for Turbopack (#56188)
This adds the define env for listed options below: - `crossOrigin` - `devIndicators` - `output` - `analyticsId` - `optimizeFonts` - `experimental.useDeploymentId` - `experimental.useDeploymentIdServerActions` - `experimental.deploymentId` - `experimental.manualClientBasePath` - `experimental.optimisticClientCache` - `experimental.middlewarePrefetch` - `experimental.optimizeCss` - `experimental.nextScriptWorkers` - `experimental.webVitalsAttribution` For some there might still be missing pieces, for example `crossOrigin` needs something in Turbopack's script injection but most others will "just work" after this PR. Added the few ones that did not come directly from config as todos, this PR can be landed without those.
- Loading branch information
1 parent
59ce492
commit 5415811
Showing
2 changed files
with
212 additions
and
23 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