Vu Le
Results
3
comments of
Vu Le
I found out the problem was `mix --production`. To fix it, in `webpack.mix.js`, add resolve fallback like this ```js const mix = require("laravel-mix"); /* |-------------------------------------------------------------------------- | Mix Asset Management |--------------------------------------------------------------------------...
> That worked for me too! > > @franzwilhelm if you're using `yarn`, try adding this to your `package.json`: > > ``` > "resolutions": { > "undici": "5.5.1" > }...