Skip to content

Commit 7aae403

Browse files
committed
fix(nuxt)!: bump internal majorVersion to 4
1 parent 1beddba commit 7aae403

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

packages/nuxt/src/core/nuxt.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -661,7 +661,7 @@ export async function loadNuxt (opts: LoadNuxtOptions): Promise<Nuxt> {
661661

662662
// Temporary until finding better placement for each
663663
options.appDir = options.alias['#app'] = resolve(distDir, 'app')
664-
options._majorVersion = 3
664+
options._majorVersion = 4
665665

666666
// De-duplicate key arrays
667667
for (const key in options.app.head || {}) {

packages/schema/src/config/internal.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import { defineUntypedSchema } from 'untyped'
22

33
export default defineUntypedSchema({
44
/** @private */
5-
_majorVersion: 3,
5+
_majorVersion: 4,
66
/** @private */
77
_legacyGenerate: false,
88
/** @private */

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy