Leveraging the browser cache is an important part of page load performance. A great way to utilize this cache is by versioning your resources. In this lesson, learn how to use Webpack’s hashing feature so you can take advantage of long term caching of your assets.
How do you configure this with hot reloading?
The repo actually has hot module replacement enabled for development already.
i want to use html-webpack-plugin with extract-text-webpack-plugin because I want to extract css, written in scss, to file but getting the following error (gist) - without latter plugin webpack isn't throwing any errors. What am I doing wrong?
Hmmm, I'm not sure. Maybe you could ask on Stack Overflow.
Awesome lesson. I really liked the example.