This repository has been archived by the owner on Nov 13, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Missing images in asset.json #77
Comments
It's because webpack outputs the asset name with |
From what I see in facebook/create-react-app#5225, it's how it works. |
Merged
It's difficult to use those output html pages in server side languages like php etc. because asset.json contains hash in keys. |
Might be related shellscape/webpack-manifest-plugin#209 |
It's a problem of asset modules not handled by the plugin. It did support |
It might be better to support it in webpack core. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
After replacing the plugin with webpack-manifest-plugin, we have a new problem now.
The text was updated successfully, but these errors were encountered: