ctf0 / laravel-mix-versionhash

Auto append hash to file instead of using virtual one
MIT License
61 stars 18 forks source link

Change filename hash method #1

Closed jellycode closed 6 years ago

jellycode commented 6 years ago

Updated the hash method to chunkhash. Allows extracted vendor and manifest files to have their own hash and not be updated if code in the main app is updated.

ctf0 commented 6 years ago

awesome, thanx