lmvh
v1.0.3
Published
Laravel Mix Version Hash
Maintainers
Readme
Auto append hash to file instead of using virtual one Read More
Installation
npm install lmvh --saveUsage
require('lmvh');
mix.versionHash();- for removing old files use Clean for WebPack
Options
| option | type | default | description |
|-----------|--------|---------|---------------------------------------------------------------------------------------------------|
| length | int | 32 | the hash string length |
| delimiter | string | '-' | the delimiter for filename and hash, note that anything other than . - _ will be removed |
