Skip to content

Commit 3270694

Browse files
authored
tweaking message
1 parent 4f5abd8 commit 3270694

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/WebpackConfig.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ class WebpackConfig {
127127
// technically, not starting with "/" is legal, but not
128128
// what you want in most cases. Let's warn the user that
129129
// 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.');
131131
}
132132

133133
// guarantee a single trailing slash

0 commit comments

Comments
 (0)