@nuxt/schema
Advanced tools
Comparing version 3.0.0-rc.3 to 3.0.0-rc.4
{ | ||
"name": "@nuxt/schema", | ||
"version": "3.0.0-rc.3", | ||
"version": "3.0.0-rc.4", | ||
"repository": "nuxt/framework", | ||
@@ -31,3 +31,3 @@ "license": "MIT", | ||
"ufo": "^0.8.4", | ||
"unimport": "^0.1.9" | ||
"unimport": "^0.2.7" | ||
}, | ||
@@ -34,0 +34,0 @@ "engines": { |
@@ -470,3 +470,3 @@ { | ||
"profile": false, | ||
"extractCSS": false, | ||
"extractCSS": true, | ||
"cssSourceMap": false, | ||
@@ -572,3 +572,4 @@ "serverURLPolyfill": "url", | ||
"viteNode": false, | ||
"reactivityTransform": false | ||
"reactivityTransform": false, | ||
"externalVue": false | ||
}, | ||
@@ -627,5 +628,5 @@ "builder": "@nuxt/vite-builder", | ||
"versionBase": "", | ||
"version": "1652173222" | ||
"version": "1655130241" | ||
} | ||
} | ||
} |
@@ -85,3 +85,3 @@ | ||
This can be set to a different value at runtime by setting the CDN_URL environment variable. | ||
This can be set to a different value at runtime by setting the NUXT_APP_CDN_URL environment variable. | ||
@@ -1034,4 +1034,4 @@ | ||
## `extractCSS` | ||
- **Type**: `false | MiniCssExtractPluginPluginOptions` | ||
- **Default**: `false` | ||
- **Type**: `boolean | MiniCssExtractPluginPluginOptions` | ||
- **Default**: `true` | ||
@@ -1443,2 +1443,9 @@ > Enables Common CSS Extraction using [Vue Server Renderer guidelines](https://ssr.vuejs.org/guide/css.html). | ||
## `externalVue` | ||
- **Type**: `boolean` | ||
- **Default**: `false` | ||
> Externalize `vue`, `@vue/*` and `vue-router` when build | ||
# `builder` | ||
@@ -2594,4 +2601,4 @@ - **Type**: `'vite' | 'webpack' | { bundle: (nuxt: SrcTypesNuxtNuxt) => Promise<void> }` | ||
- **Type**: `string` | ||
- **Default**: `"1652173222"` | ||
- **Default**: `"1655130241"` | ||
> A unique string to uniquely identify payload versions (defaults to the current timestamp). |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
497618
14044
1
+ Addedmlly@1.7.3(transitive)
+ Addedstrip-literal@0.4.2(transitive)
+ Addedunimport@0.2.10(transitive)
+ Addedunplugin@0.7.2(transitive)
- Removeddir-glob@3.0.1(transitive)
- Removedglobby@13.2.2(transitive)
- Removedignore@5.3.2(transitive)
- Removedmlly@1.7.2(transitive)
- Removedpath-type@4.0.0(transitive)
- Removedslash@4.0.0(transitive)
- Removedunimport@0.1.9(transitive)
- Removedunplugin@0.6.3(transitive)
Updatedunimport@^0.2.7