ctf0 / laravel-mix-versionhash

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

Bug fix cased by chunkfilename function on new Laravel Mix #46

Closed BooStudio closed 3 years ago

BooStudio commented 3 years ago

close https://github.com/ctf0/laravel-mix-versionhash/issues/45

ctf0 commented 3 years ago

can u plz remove the new formatting ?

BooStudio commented 3 years ago

Updated mate! sorry about that.

ctf0 commented 3 years ago

its still the same, the PR should only have the fix which is

changed this line 'webpackConfig.output.chunkFilename' to 'typeof webpackConfig.output.chunkFilename != "function" '