-
-
Notifications
You must be signed in to change notification settings - Fork 34
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Should output all assets #49
Comments
Probably related to #25 |
Looks like for some reason this plugin looks at |
@webdeveric anything I can help you with to release a fix for this issue? You mentioned there are other issues you need to close? Edit: As a workaround I am using the sharing data functionality to manually add the files. Thank you for making the plugin so versatile. |
- Minimum webpack version is now 4.40.0 - Updated dependencies - fixes #96 - Updated tests - Added `enabled` option - Added `entrypointsUseAssets` option - fixes #66 - Brought back the `contextRelativeKeys` option - fixes $44 - Use lock files when using `writeToDisk` - fixes #89 - Use lock files when emitting the manifest - fixes #64 - Get all compilation assets with `getAssets()` - fixes #56 #49 #25 - Swapped the key/value in `assetNames` - fixes #56 - Updated merge behavior for entrypoints - fixes #48
- Minimum webpack version is now 4.40.0 - Updated dependencies - fixes #96 - Updated tests - Added `enabled` option - Added `entrypointsUseAssets` option - fixes #66 - Brought back the `contextRelativeKeys` option - fixes #44 - Use lock files when using `writeToDisk` - fixes #89 - Use lock files when emitting the manifest - fixes #64 - Get all compilation assets with `getAssets()` - fixes #56 #49 #25 - Swapped the key/value in `assetNames` - fixes #56 - Updated merge behavior for entrypoints - fixes #48
- Minimum webpack version is now 4.40.0 - Updated dependencies - fixes #96 - Updated tests - Added `enabled` option - Added `entrypointsUseAssets` option - fixes #66 - Brought back the `contextRelativeKeys` option - fixes #44 - Use lock files when using `writeToDisk` - fixes #89 - Use lock files when emitting the manifest - fixes #64 - Get all compilation assets with `getAssets()` - fixes #56 #49 #25 - Swapped the key/value in `assetNames` - fixes #56 - Updated merge behavior for entrypoints - fixes #48
Was trying to use this in an ejected create-react-app.
webpack-manifest-plugin
, which is pretty useless (asset-manifest.json generated by CRA2 is not useful facebook/create-react-app#5513).webpack-manifest-plugin
is that it outputs every resource, including images and resources fromcopy-webpack-plugin
webpack-manifest-plugin
is that it has no support for entrypoints and integritywebpack-assets-manifest
is that it's pretty useless to not include every resource when using SRI. For instance, how do I get the integrity of my various vendor chunks?Why doesn't
webpack-assets-manifest
include every output resource?The text was updated successfully, but these errors were encountered: