laravel-mix-versionhash
laravel-mix-versionhash copied to clipboard
Auto append hash to file instead of using virtual one
Hi The `mix.versionHash()` does not version extra files which passed as an array of paths. ```php mix.version(['public/js/random.js']); ``` https://laravel-mix.com/docs/4.0/versioning#versioning-extra-files
Hi there, I'm trying to use this plugin with webpack to generate a `mix-manifest.json` file but I don't understand why the filename in the key doesn't match the real filename....
Hey thanks for the package, I've got it setup in a Wordpress project and it's working a charm on my sass files. However I'm combining js files using mix.scripts and...
I'm not sure this is an issue with laravel-mix-versionhash, as it could also be related to webpack watch. I noticed that the manifest file isn't updating if you revert a...
@ctf0 Seems like there may have been an issue introduced with various refactoring since my last PR. I'm going to push a fix in an hour or two and submit...
@Erutan409 what do u think if we add another option under the event listener https://github.com/ctf0/laravel-mix-versionhash/blob/081b829f365d6aef7b319adc2b6e191804ec980c/src/index.js#L94 to allow excluding files from hashing ?
I just tested with the latest version on npm (1.1.1) and #9 (extra mix.js file being generated) is happening again. `git bisect` says the problem was introduced by #23.