auto append hash to file name
npm install laravel-mix-versionhashAuto append hash to file instead of using virtual one Read More
``bash`
npm install laravel-mix-versionhash --save
`js
require('laravel-mix-versionhash')
mix.versionHash();
`
- for removing old files use Clean for WebPack
| option | type | default | description |
|-----------|--------|---------|---------------------------------------------------------------------------------------------------|
| length | int | 6 | the hash string length |'.'
| delimiter | string | | the delimiter for filename and hash, . - _` will be removed |
note that anything other than