JSPM

  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 1829
  • Score
    100M100P100Q127810F
  • License MIT

auto append hash to file name

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
npm npm

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();

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