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: lib/WebpackConfig.js
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -127,7 +127,7 @@ class WebpackConfig {
127
127
// technically, not starting with "/" is legal, but not
128
128
// what you want in most cases. Let's warn the user that
129
129
// they might be making a mistake.
130
-
logger.warning('The value passed to setPublicPath() should usually start with "/" or be a full URL (http://...)');
130
+
logger.warning('The value passed to setPublicPath() should *usually* start with "/" or be a full URL (http://...). If you\'re not sure, then you should probably change your public path and make this message disappear.');
0 commit comments