Package Exports
- laravel-mix-versionhash
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (laravel-mix-versionhash) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
Laravel Mix Versionhash
Auto append hash to file instead of using virtual one Read More
Installation
npm install laravel-mix-versionhash --save
Usage
require('laravel-mix-versionhash')
mix.versionHash();
- for removing old files use Clean for WebPack
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 |