-
Notifications
You must be signed in to change notification settings - Fork 144
Support html-webpack-plugin v4 #79
Comments
That's fun 😄 We can add in |
Sorry for the lack of updates—I've been trying to get things upgraded for |
Hey all—could folks give That is meant to add support for |
@jeffposnick works great! thanks! |
Thanks—I'm still working out some of the ergonomics with |
howdy, worked first time with module.exports = new PreloadWebpackPlugin({
rel: 'preload',
include: 'initial', // 'initial' or 'allChunks'
}); "preload-webpack-plugin": "^3.0.0-beta.3",
"html-webpack-plugin": "^4.0.0-beta.2", 👏 👏 👍 |
Just wondering if there are any updates on supporting Webpack 4+ in upcoming release and when it may be? Thank you. |
@phil-lgr good job! I had resolved. |
So both jantimon/html-webpack-plugin#1091 and jantimon/html-webpack-plugin#1092 remain open, with the first issue being more serious with regards to how this plugin integrates with
|
Adding my name to this in the hope that we can get v4 support. Would the Vue version of this package provide a way through the impasse? I notice they state the following:
I'm not very experienced with the details but it sounds like they may have experienced similar issues? For reference, I tried using the Vue version but I just get |
This issue has been open for over a year and is still not closed. Since even create-react-app uses html-webpack-plugin For those looking to resolve this issue without this plugin, look into magic comments. |
No need for magic comments. You can use the |
not working with |
Hi
The upcoming html-webpack-plugin v4 (currently at
4.0.0-beta.1
) has changed the name of several of its hooks, which causes:(See: facebook/create-react-app#5103 (comment))
The new hook names are described here:
jantimon/html-webpack-plugin#953 (comment)
Many thanks :-)
The text was updated successfully, but these errors were encountered: