You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: packages/vike/src/node/vite/shared/resolveVikeConfigInternal/transpileAndExecuteFile.ts
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -251,7 +251,7 @@ async function transpileWithEsbuild(
251
251
// - vike@0.4.162 started soft-requiring Vike extensions to set the name config.
252
252
// - In practice, it seems like it requires some (non-trivial?) refactoring.
253
253
isVikeExtensionImport||
254
-
args.with?.['type']==='vike-pointer'
254
+
args.with?.['type']==='vike:pointer'
255
255
256
256
assertPosixPath(importPathResolved)
257
257
// False positive if `importPathOriginal` is a path alias that a) looks like an npm package import and b) resolves outside of `userRootDir` => we then we wrongfully assume that `importPathOriginal` is an npm package import.
0 commit comments