okonet / webpack-long-term-cache-demo

A demo config showing how to enable long-term caching using Webpack. Read [medium link] for details.
MIT License
97 stars 15 forks source link

Fix issue #2 with more stable hashing #3

Closed bardt closed 8 years ago

bardt commented 8 years ago

Fixes https://github.com/okonet/webpack-long-term-cache-demo/issues/2. This plugin replaces default webpack hashing process with more stable.

okonet commented 8 years ago

Awesome! Thanks a lot! :heart_eyes: