GoogleChromeLabs / webpack-training-project

A training project for learning Webpack optimizations
Apache License 2.0
372 stars 48 forks source link

Include Webpack4 #4

Closed developer-lindner closed 6 years ago

developer-lindner commented 6 years ago

Due to recent release of Webpack4 some things changed. Is there any update planned?

iamakulov commented 6 years ago

Sure! The reason we’re not updating this yet is that some plugins (e.g., HtmlWebpackPlugin) are not ready for webpack 4 yet. I believe this would get updated in a week or two.

iamakulov commented 6 years ago

Done in #5! Thank you for your patience :–)