Closed
Description
Not sure if this is a relative issue, but there isn't so much of a change when the webpack.mix.js
file is updated while the run watch <package name>
is executing (changes in the webpack file are of course in the scope of the requested package!). So you have to stop the execution of that command, make the changes to webpack file and run it again to see the changes.
Again, not sure if this is an appropriate question or the webpack is technically not meant to change or update during watch operation.