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
// technically, not starting with "/" is legal, but not
128
-
// what you want in most cases. Let's not let the user make
129
-
// a mistake (and we can always change this later).
130
-
thrownewError('The value passed to setPublicPath() must start with "/" or be a full URL (http://...)');
128
+
// what you want in most cases. Let's warn the user that
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://...). If you\'re not sure, then you should probably change your public path and make this message disappear.');
0 commit comments