philicevic / mix-html-builder

A quick laravel mix extension to build up html templates from partials and layouts.
MIT License
19 stars 8 forks source link

Not working with laravel-mix 4.1.2 #48

Open pam81 opened 3 years ago

pam81 commented 3 years ago

I' m trying it with

 "webpack": "4.43.0",
"laravel-mix": "4.1.2",

But it is not working I'm getting error " TypeError: Cannot read property 'tap' of undefined"

I also try to set => "html-webpack-plugin": "4.5.2", but it is not working.