mirror of
https://github.com/nuxt/nuxt.git
synced 2025-01-18 17:35:57 +00:00
docs: switch features
/future
docs
This commit is contained in:
parent
95e4b3e222
commit
f5676fba56
@ -35,7 +35,7 @@ export defineNuxtConfig({
|
||||
|
||||
## `future`
|
||||
|
||||
There is also a `future` namespace for behavior that will likely become default in a early opting-in to new features that will become default in a future (possibly major) version of the framework.
|
||||
There is also a `future` namespace for early opting-in to new features that will become default in a future (possibly major) version of the framework.
|
||||
|
||||
### typescriptBundlerResolution
|
||||
|
||||
|
@ -1,6 +1,10 @@
|
||||
import { defineUntypedSchema } from 'untyped'
|
||||
|
||||
export default defineUntypedSchema({
|
||||
/**
|
||||
* `future` is for early opting-in to new features that will become default in a future
|
||||
* (possibly major) version of the framework.
|
||||
*/
|
||||
future: {
|
||||
/**
|
||||
* This enables 'Bundler' module resolution mode for TypeScript, which is the recommended setting
|
||||
@ -24,8 +28,7 @@ export default defineUntypedSchema({
|
||||
},
|
||||
},
|
||||
/**
|
||||
* `future` is for early opting-in to new features that will become default in a future
|
||||
* (possibly major) version of the framework.
|
||||
* Some features of Nuxt are available on an opt-in basis, or can be disabled based on your needs.
|
||||
*/
|
||||
features: {
|
||||
/**
|
||||
|
Loading…
Reference in New Issue
Block a user