1.0.4 • Published 6 years ago

laravel-mix-filename-versioning v1.0.4

Weekly downloads
119
License
UNLICENSE
Repository
-
Last release
6 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

6 years ago

1.0.3

6 years ago

1.0.2

6 years ago

1.0.1

6 years ago

1.0.0

6 years ago