We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 491671d commit 9bac88aCopy full SHA for 9bac88a
packages/vite/src/vite.ts
@@ -153,7 +153,7 @@ export default function VitePluginVueDevTools(options?: VitePluginVueDevToolsOpt
153
tags: [
154
{
155
tag: 'script',
156
- injectTo: 'head',
+ injectTo: 'head-prepend',
157
attrs: {
158
type: 'module',
159
src: `${config.base || '/'}@id/virtual:vue-devtools-path:overlay.js`,
@@ -162,7 +162,7 @@ export default function VitePluginVueDevTools(options?: VitePluginVueDevToolsOpt
162
// inject inspector script manually to ensure it's loaded after vue-devtools
163
164
165
166
167
168
src: `${config.base || '/'}@id/virtual:vue-inspector-path:load.js`,
0 commit comments