Using Laravel 5.4 and Mix, when I start npm run watch, it compiles everything every time and looks like it is waiting for changes, but when I make changes to any of my asset files, it does not detect anything. Does anyone else have this problem in version 5.4 or have a solution?
npm run watch
The decision was provided by Jeffrey Way in Larakast.
Try adding the -watch-poll flag to your package.jsonscript. Or just try:
package.json
node_modules/.bin/webpack --watch --watch-poll --config=node_modules/laravel-mix/setup/webpack.config.js
Source: https://habr.com/ru/post/1014437/More articles:Ray tracer that handles gradient refractive index? - imagingPhysical pixels versus CSS pixels versus device independent pixels and pixel density independent versus PPI - htmlHadoop IOException Login Error - authenticationhttps://translate.googleusercontent.com/translate_c?depth=1&pto=aue&rurl=translate.google.com&sl=ru&sp=nmt4&tl=en&u=https://fooobar.com/questions/1014435/converting-an-array-of-integers-to-a-vector&usg=ALkJrhg1drLPtBd6TyZfryzVy4ZdkaJqGADispatchKeyEvent to listen for a spacebar - androidHow to check variables in checkpoint file in TensorFlow when TensorFlow cannot find the tools attribute? - pythonReplace numpy matrix elements with submatrices - performanceAm I getting Amazon SES Free-Tier Pricing when sending emails from Heroku? - amazon-web-servicesHow to find the names of variables that are stored in the control point of the tensor flow? - tensorflowWhat role should an Android service play in an MVP template? - androidAll Articles