ctf0 / laravel-mix-versionhash

Auto append hash to file instead of using virtual one
MIT License
61 stars 18 forks source link

Support for laravel-mix v6 #42

Closed oza75 closed 3 years ago

oza75 commented 3 years ago

I try to use this plugin with laravel-mix@^6.0.0-beta.15 but I'm getting compiler.plugin is not a function error. I guess v6 is not supported yet. isn't it ?

ctf0 commented 3 years ago

i havent tested with the new version but probably not yet.

olivM commented 3 years ago

this fork works well with laravel-mix@6 : https://github.com/Aslam97/laravel-mix-versionhash

olivM commented 3 years ago

pull request is here : https://github.com/ctf0/laravel-mix-versionhash/pull/43

ctf0 commented 3 years ago

@olivM thankx alot for that, @oza75 can u test on ur side as well ?

olivM commented 3 years ago

@olivM thankx alot for that

kudos to @Aslam97