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 ea0dbb2 commit 57ac264Copy full SHA for 57ac264
src/module.ts
@@ -262,6 +262,8 @@ export default defineNuxtModule<ModuleOptions>({
262
return p.replace('/shared/runtime/', '/runtime/')
263
if (p.includes('/shared/client'))
264
return p.replace('/shared/client', '/client')
265
+ if (p.includes('/shared/devtools'))
266
+ return p.replace('/shared/devtools', '/devtools')
267
return p
268
}
269
const resolve: typeof _resolver.resolve = path => fixSharedPath(_resolver.resolve(path))
0 commit comments