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
The getPublicPath function should utilize a new version of loader-utils to set the file path before injecting the icon paths. Currently, the path will be [favicon] if no publicPath is set in webpack.
if '/' is set in webpack, the path will be /[favicon] for any file, included those that are nested and not directly in the root.
The text was updated successfully, but these errors were encountered:
The
getPublicPath
function should utilize a new version of loader-utils to set the file path before injecting the icon paths. Currently, the path will be[favicon]
if no publicPath is set in webpack.if '/' is set in webpack, the path will be
/[favicon]
for any file, included those that are nested and not directly in the root.The text was updated successfully, but these errors were encountered: