Answer the question
In order to leave comments, you need to log in
Larvel mix - Webpack loops, is it supposed to work?
The webpack after the npm run watch command is constantly reloading, as if changes in files occur every second.
Errors do not fall, the project is almost clean, no additional dependencies were pulled.
const mix = require('laravel-mix');
mix.js('resources/js/app.js', 'public/js')
.sass('resources/sass/app.scss', 'public/css')
.sass('resources/sass/admin.scss', 'public/css');
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question