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
`The project root contains the "#" character (${colors.cyan(
484
-
resolvedRoot,
485
-
)}), which may not work when running Vite. Consider renaming the directory to remove the "#".`,
486
-
),
487
-
)
488
-
}
508
+
509
+
checkBadCharactersInPath(resolvedRoot,logger)
489
510
490
511
constclientAlias=[
491
512
{
@@ -1258,7 +1279,7 @@ function optimizeDepsDisabledBackwardCompatibility(
1258
1279
}
1259
1280
resolved.logger.warn(
1260
1281
colors.yellow(`(!) Experimental ${optimizeDepsPath}optimizeDeps.disabled and deps pre-bundling during build were removed in Vite 5.1.
1261
-
To disable the deps optimizer, set ${optimizeDepsPath}optimizeDeps.noDiscovery to true and ${optimizeDepsPath}optimizeDeps.include as undefined or empty.
1282
+
To disable the deps optimizer, set ${optimizeDepsPath}optimizeDeps.noDiscovery to true and ${optimizeDepsPath}optimizeDeps.include as undefined or empty.
1262
1283
Please remove ${optimizeDepsPath}optimizeDeps.disabled from your config.
0 commit comments