@nuxt/schema-nightly
Advanced tools
Comparing version 3.9.0-28391876.a39d311d to 3.9.0-28391917.32d2c99c
@@ -913,2 +913,15 @@ import { TransitionProps, KeepAliveProps } from 'vue'; | ||
future: { | ||
/** @default false */ | ||
typescriptBundlerResolution: boolean, | ||
}, | ||
features: { | ||
/** @default true */ | ||
inlineStyles: boolean | ((id?: string) => boolean), | ||
/** @default false */ | ||
noScripts: boolean, | ||
}, | ||
experimental: { | ||
@@ -934,8 +947,2 @@ /** @default false */ | ||
/** @default true */ | ||
inlineSSRStyles: boolean | ((id?: string) => boolean), | ||
/** @default false */ | ||
noScripts: boolean, | ||
/** @default true */ | ||
renderJsonPayloads: boolean, | ||
@@ -968,5 +975,2 @@ | ||
/** @default false */ | ||
typescriptBundlerResolution: boolean, | ||
/** @default false */ | ||
polyfillVueUseHead: boolean, | ||
@@ -973,0 +977,0 @@ |
{ | ||
"name": "@nuxt/schema-nightly", | ||
"version": "3.9.0-28391876.a39d311d", | ||
"version": "3.9.0-28391917.32d2c99c", | ||
"repository": { | ||
@@ -53,3 +53,3 @@ "type": "git", | ||
"vue-bundle-renderer": "2.0.0", | ||
"vue-loader": "17.3.1", | ||
"vue-loader": "17.4.0", | ||
"vue-router": "4.2.5", | ||
@@ -56,0 +56,0 @@ "webpack": "5.89.0", |
@@ -243,2 +243,15 @@ import type { ComponentsOptions } from '../src/types/components' | ||
future: { | ||
/** @default false */ | ||
typescriptBundlerResolution: boolean, | ||
}, | ||
features: { | ||
/** @default true */ | ||
inlineStyles: boolean | ((id?: string) => boolean), | ||
/** @default false */ | ||
noScripts: boolean, | ||
}, | ||
experimental: { | ||
@@ -264,8 +277,2 @@ /** @default false */ | ||
/** @default true */ | ||
inlineSSRStyles: boolean | ((id?: string) => boolean), | ||
/** @default false */ | ||
noScripts: boolean, | ||
/** @default true */ | ||
renderJsonPayloads: boolean, | ||
@@ -298,5 +305,2 @@ | ||
/** @default false */ | ||
typescriptBundlerResolution: boolean, | ||
/** @default false */ | ||
polyfillVueUseHead: boolean, | ||
@@ -303,0 +307,0 @@ |
@@ -93,4 +93,2 @@ { | ||
"restoreState": false, | ||
"inlineSSRStyles": true, | ||
"noScripts": false, | ||
"renderJsonPayloads": true, | ||
@@ -105,3 +103,2 @@ "noVueServer": false, | ||
"configSchema": true, | ||
"typescriptBundlerResolution": false, | ||
"polyfillVueUseHead": false, | ||
@@ -342,2 +339,9 @@ "respectNoSSRHeader": false, | ||
}, | ||
"future": { | ||
"typescriptBundlerResolution": false | ||
}, | ||
"features": { | ||
"inlineStyles": true, | ||
"noScripts": false | ||
}, | ||
"generate": { | ||
@@ -344,0 +348,0 @@ "routes": [], |
@@ -383,2 +383,21 @@ | ||
# `future` | ||
## `typescriptBundlerResolution` | ||
- **Type**: `boolean` | ||
- **Default**: `false` | ||
# `features` | ||
## `inlineStyles` | ||
- **Type**: `boolean | ((id?: string) => boolean)` | ||
- **Default**: `true` | ||
## `noScripts` | ||
- **Type**: `boolean` | ||
- **Default**: `false` | ||
# `experimental` | ||
@@ -416,12 +435,2 @@ | ||
## `inlineSSRStyles` | ||
- **Type**: `boolean | ((id?: string) => boolean)` | ||
- **Default**: `true` | ||
## `noScripts` | ||
- **Type**: `boolean` | ||
- **Default**: `false` | ||
## `renderJsonPayloads` | ||
@@ -472,7 +481,2 @@ - **Type**: `boolean` | ||
## `typescriptBundlerResolution` | ||
- **Type**: `boolean` | ||
- **Default**: `false` | ||
## `polyfillVueUseHead` | ||
@@ -479,0 +483,0 @@ - **Type**: `boolean` |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
307983
7682