Versionhash

Auto append hash to file name.
latest v2.0.1 - released
ctf0
1630 downloads last week
MIT license
19 versions
hash

Laravel Mix Versionhash
npm npm

Auto append hash to file instead of using virtual one Read More

:exclamation: Looking For Maintainers :exclamation:

as i dont have enough time to work on the package anymore, so anyone wants to join forces plz get in-touch, thanks.


Installation

npm install laravel-mix-versionhash --save

Usage

require('laravel-mix-versionhash')

mix.versionHash();

Options

option type default description
length int 6 the hash string length
delimiter string '.' the delimiter for filename and hash,
note that anything other than . - _ will be removed