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
@@ -44,7 +44,7 @@ export async function migrateJsConfig(
44
44
45
45
if(!canMigrateConfig(unresolvedConfig,source)){
46
46
info(
47
-
'Your configuration file could not be automatically migrated to the new CSS configuration format, so your CSS has been updated to load your existing configuration file.',
47
+
`Your configuration file at \`${relative(fullConfigPath,base)}\` could not be automatically migrated to the new CSS configuration format, so your CSS has been updated to load your existing configuration file.`,
0 commit comments