jouni-kantola / inline-chunk-manifest-html-webpack-plugin

Extension plugin for html-webpack-plugin to inline webpack's chunk manifest. Default inlines in head tag.
MIT License
80 stars 10 forks source link

webpack 4 and html-webpack-plugin compatibility #23

Open jouni-kantola opened 6 years ago

jouni-kantola commented 6 years ago

webpack 4 introduces changes so that multiple runtime chunks can be generated when using the new optimization features. This issue is for tracking and updating inline-chunk-manifest-html-webpack-plugin as html-webpack-plugin is ready for webpack 4.

holdfuture commented 6 years ago

the same issues

jouni-kantola commented 6 years ago

As a followup to this issue. The dependencies I've been using for testing out https://github.com/jouni-kantola/inline-chunk-manifest-html-webpack-plugin/pull/24 is webpack@4.5.0 and html-webpack-plugin@3.2.0. I'll probably also bump the supported node versions to match what webpack is using for v4.

outdooricon commented 6 years ago

Really looking forward to this, this is the last piece keeping me from webpack 4. Keep up the great work @jouni-kantola !

kelsonic commented 6 years ago

Also looking forward to this! Thanks @jouni-kantola!

jouni-kantola commented 6 years ago

I'm away on vacation for a couple of weeks. If anyone else have the chance to pull the PR and test it out and/or update it, it'd be appreciated. Myself got here: https://github.com/jouni-kantola/inline-chunk-manifest-html-webpack-plugin/pull/24#issuecomment-379070150.

jch254 commented 6 years ago

Cannot wait! Any updates? Cheers

corelmax commented 6 years ago

any workaround here? this is a serious struggle to begin with create-react-app and update the webpack version to >=4 to use storybook. and BOOOM!

4lph4-Ph4un commented 6 years ago

Anyone free for issue #24? I myself don't have the time, but it's sooooooo close to be solved! A very dear pet project hangs from this issue.

bohdanbirdie commented 6 years ago

@jouni-kantola hi! Are there any updates on this issue? CRA users will really appreciate this to be fixed

jouni-kantola commented 5 years ago

Sorry for the radio silence. I really appreciate all the interest, but to be frank, I prio family over moving this into goal. With four kids, everything related to open source development is pretty much but on the back burner. I'd be more than willing to give merge access to anyone moving https://github.com/jouni-kantola/inline-chunk-manifest-html-webpack-plugin/pull/24 all the way through.

whizkydee commented 5 years ago

@jouni-kantola thanks for checking in here. Totally understand your point and I'm more excited to take over maintenance. I tweeted at you on Twitter. Let's review the PR.