Skip to content

Commit 51740fa

Browse files
committed
fix(nuxt): mark nuxt/scripts stubs as lower priority
1 parent f4e0921 commit 51740fa

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/nuxt/src/imports/presets.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -135,6 +135,7 @@ export const scriptsStubsPreset = {
135135
'useScriptGoogleMaps',
136136
'useScriptNpm',
137137
],
138+
priority: -1,
138139
from: '#app/composables/script-stubs',
139140
} satisfies InlinePreset
140141

0 commit comments

Comments
 (0)