[Vuejs]-Laravel 5.4 – Laravel Mix ( Webpack ) High Cpu Usage

0πŸ‘

βœ…

So my solution has been to go into /node_modules/watchpack/lib/DirectoryWatcher.js and find the ignored option and set it to /node_modules/, without quote marks. It’s not the optimal solution because you lose the ability to pass in the ignored option.

Leave a comment