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
I think I understand it. If a configuration option is set (path, variableName or methodName), then we set the value as we are doing it now. In this case, users can not change the public path using __webpack_public_path = something. If none of those are set, then we should allow users to change public path using webpack_public_path. Does that sound right?
webpack allows users to explicitly https://webpack.js.org/guides/public-path/#on-the-fly. The plugin should respect the value of
__webpack_public_path__
, but still override it when a configuration option is set.The text was updated successfully, but these errors were encountered: