mvdnbrk / laravel-mix-docs

Laravel Mix Documentation
https://laravel-mix.com/docs
MIT License
15 stars 57 forks source link

Versioning only ever takes place in production #54

Closed knowler closed 4 years ago

knowler commented 4 years ago

This clause is misleading since versioning only ever takes place in production. I propose that the clause is removed and a note stating this fact is added.

mvdnbrk commented 4 years ago

Calling mix.version() and npm run dev will version the files in the mix-manifest.json file.