forked from GoogleChromeLabs/preload-webpack-plugin
-
Notifications
You must be signed in to change notification settings - Fork 32
Update this fork of the plugin #2
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
Closed
Closed
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
update to the latest base
Add excludeHtmlNames to solve problem mentioned in #48
…ML - it should not be attempted to filtered as if it were a chunk, they are just files to be black/whitelisted in config
Fixed all-assets being treated as a real chunk in doesChunkBelongToHML
+ use pascal case: "all-assets" to "allAssets" + rename "all" to "allChunks"
Provide a way to include all assets (issue #35)
…or prefetches async chunks
Implement webpack 4 support
Update for html-webpack-plugin v4 API
Member
|
FYI I've got the issues panel available for this project. |
Member
|
Could you please resolve the merge conflicts? And webpack v3 support is not a necessity in this project. |
Changes for the v3 release
add media option for responsive preloading
|
Resolved the conflicts on a different PR because there was no way I could access the work done on this PR without doing a new fork. Here's the new PR: #12 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
As issues are not available for this plugin I'm using a PR to suggest/request an update from the repo it was forked from to include recent upgrades in functionality, specifically the ability to preload assets and filter using a whitelist.