mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-21 21:25:11 +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
|
||||
options.appDir = options.alias['#app'] = resolve(distDir, 'app')
|
||||
options._majorVersion = 3
|
||||
options._majorVersion = 4
|
||||
|
||||
// De-duplicate key arrays
|
||||
for (const key in options.app.head || {}) {
|
||||
|
@ -2,7 +2,7 @@ import { defineUntypedSchema } from 'untyped'
|
||||
|
||||
export default defineUntypedSchema({
|
||||
/** @private */
|
||||
_majorVersion: 3,
|
||||
_majorVersion: 4,
|
||||
/** @private */
|
||||
_legacyGenerate: false,
|
||||
/** @private */
|
||||
|
Loading…
Reference in New Issue
Block a user