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
{{ message }}
This repository has been archived by the owner on Mar 18, 2023. It is now read-only.
As for version 3.0.3 there is a problem with resolving sprite paths at runtime.
It is necessary to consider webpack's public path at runtime to build a proper url for current runtime environment. The path can be accessed as __webpack_public_path__ in the chunk entry file.
It is the case when the asset path is not known statically (at build time) rather at runtime.
This #106 may be related issue, but it is not about webpack, but some plugin (vuejs loader i guess). Because webpack does not have assetsPublicPath.
The text was updated successfully, but these errors were encountered:
As for version 3.0.3 there is a problem with resolving sprite paths at runtime.
It is necessary to consider webpack's public path at runtime to build a proper url for current runtime environment. The path can be accessed as
__webpack_public_path__
in the chunk entry file.It is the case when the asset path is not known statically (at build time) rather at runtime.
This #106 may be related issue, but it is not about webpack, but some plugin (vuejs loader i guess). Because webpack does not have
assetsPublicPath
.The text was updated successfully, but these errors were encountered: