1. 19
    Hashing with Webpack for long term caching
    3m 46s

Hashing with Webpack for long term caching

InstructorKent C. Dodds

Share this video with your friends

Send Tweet

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.

Nathan
~ 8 years ago

How do you configure this with hot reloading?

Kent C. Doddsinstructor
~ 8 years ago

The repo actually has hot module replacement enabled for development already.

Jernej S
~ 8 years ago

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?

Kent C. Doddsinstructor
~ 8 years ago

Hmmm, I'm not sure. Maybe you could ask on Stack Overflow.

Mike
~ 7 years ago

Awesome lesson. I really liked the example.