-
-
Notifications
You must be signed in to change notification settings - Fork 6.2k
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
refactor: rename force
to optimizeDeps.force
#8418
Conversation
Thanks for creating this list. Let's discuss it in a team meeting. Some are not documented because they are experimental and specific to a very small fraction of users ( Placing it on hold until we talked with the team. Maybe |
It looks like there may also be an undocumented |
20c18dd
to
7c29148
Compare
server.force
force
to optimizeDeps.force
I renamed |
Co-authored-by: patak <matias.capeletto@gmail.com>
force
to optimizeDeps.force
force
to optimizeDeps.force
Description
server.force
was removed in #8280.refs #8398
Additional context
The following options were missing from docs. Most of them are experimental, so it is intended?
optimizeDeps.needsInterop
=> experimentaloptimizeDeps.devScan
=> feat: legacy options to revert to v2 strategies #8623optimizeDeps.extensions
=> experimentaloptimizeDeps.disabled
=> experimental (feat: legacy options to revert to v2 strategies #8623)server.preTransformRequests
experimental.importGlobRestoreExtension
=> experimentalcustomLogger
configFile
What is the purpose of this pull request?
Before submitting the PR, please make sure you do the following
fixes #123
).