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
consthint='Multiple assets emit different content to the same filename';
146
+
147
+
if(message.indexOf(hint)===-1){
148
+
returnmessage;
149
+
}
150
+
151
+
constextraMessage=`You may need to adjust ${color.yellow('output.filename')} configuration to prevent name conflicts. (See ${color.yellow('https://rsbuild.rs/config/output/filename')})`;
152
+
153
+
return`${message}\n${extraMessage}`;
154
+
};
155
+
144
156
/**
145
157
* Add node polyfill tip when failed to resolve node built-in modules.
146
158
*/
@@ -250,6 +262,7 @@ export function formatStatsError(stats: StatsError): string {
0 commit comments