Richinel wrote a reply+100 XP
1d ago
Laravel-mix is breaking ...
Worked for me! But why do you have to include Webpack again as dependancy?
Richinel liked a comment+100 XP
1d ago
Laravel-mix is breaking ...
This worked for me:
"devDependencies": {
"laravel-mix": "^6.0.49",
"webpack": "5.93.0"
},
"resolutions": {
"webpack": "5.93.0"
},