1.0.4 • Published 7 years ago

laravel-mix-filename-versioning v1.0.4

Weekly downloads
119
License
UNLICENSE
Repository
-
Last release
7 years ago

Laravel Mix Filename Versioning

Installation

npm install --save-dev laravel-mix-filename-versioning

Usage

In your webpack.mix.js file:

// top of the file
let LaravelMixFilenameVersioning = require('laravel-mix-filename-versioning');

// ... at the end of the file
if (mix.inProduction()) {
  mix.webpackConfig({
    plugins: [
      new LaravelMixFilenameVersioning
    ]
  });
}

Output

1.0.4

7 years ago

1.0.3

7 years ago

1.0.2

7 years ago

1.0.1

7 years ago

1.0.0

7 years ago