mirror of
https://github.com/nuxt/nuxt.git
synced 2025-01-31 07:40:33 +00:00
docs: switch features
/future
docs
This commit is contained in:
parent
95e4b3e222
commit
f5676fba56
@ -35,7 +35,7 @@ export defineNuxtConfig({
|
|||||||
|
|
||||||
## `future`
|
## `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
|
### typescriptBundlerResolution
|
||||||
|
|
||||||
|
@ -1,6 +1,10 @@
|
|||||||
import { defineUntypedSchema } from 'untyped'
|
import { defineUntypedSchema } from 'untyped'
|
||||||
|
|
||||||
export default defineUntypedSchema({
|
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: {
|
future: {
|
||||||
/**
|
/**
|
||||||
* This enables 'Bundler' module resolution mode for TypeScript, which is the recommended setting
|
* 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
|
* Some features of Nuxt are available on an opt-in basis, or can be disabled based on your needs.
|
||||||
* (possibly major) version of the framework.
|
|
||||||
*/
|
*/
|
||||||
features: {
|
features: {
|
||||||
/**
|
/**
|
||||||
|
Loading…
Reference in New Issue
Block a user