mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-25 15:15:19 +00:00
fix(nuxt)!: bump internal majorVersion to 4
This commit is contained in:
parent
1beddba6a0
commit
7aae4033b8
@ -661,7 +661,7 @@ export async function loadNuxt (opts: LoadNuxtOptions): Promise<Nuxt> {
|
|||||||
|
|
||||||
// Temporary until finding better placement for each
|
// Temporary until finding better placement for each
|
||||||
options.appDir = options.alias['#app'] = resolve(distDir, 'app')
|
options.appDir = options.alias['#app'] = resolve(distDir, 'app')
|
||||||
options._majorVersion = 3
|
options._majorVersion = 4
|
||||||
|
|
||||||
// De-duplicate key arrays
|
// De-duplicate key arrays
|
||||||
for (const key in options.app.head || {}) {
|
for (const key in options.app.head || {}) {
|
||||||
|
@ -2,7 +2,7 @@ import { defineUntypedSchema } from 'untyped'
|
|||||||
|
|
||||||
export default defineUntypedSchema({
|
export default defineUntypedSchema({
|
||||||
/** @private */
|
/** @private */
|
||||||
_majorVersion: 3,
|
_majorVersion: 4,
|
||||||
/** @private */
|
/** @private */
|
||||||
_legacyGenerate: false,
|
_legacyGenerate: false,
|
||||||
/** @private */
|
/** @private */
|
||||||
|
Loading…
Reference in New Issue
Block a user