We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
nuxt-security
1 parent bb70da1 commit c5e41daCopy full SHA for c5e41da
1 file changed
packages/devtools/src/module-main.ts
@@ -87,7 +87,7 @@ if (!window.__NUXT_DEVTOOLS_TIME_METRIC__) {
87
window.__NUXT_DEVTOOLS_TIME_METRIC__.appInit = Date.now()
88
\``
89
config.plugins = config.plugins || []
90
- config.plugins.push(join(runtimeDir, 'nitro/inline'))
+ config.plugins.unshift(join(runtimeDir, 'nitro/inline'))
91
})
92
93
const {
0 commit comments