S
S
Sergey Abramov2020-01-23 19:51:08
webpack
Sergey Abramov, 2020-01-23 19:51:08

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');

Video with work https://dropmefiles.com/330MU

Answer the question

In order to leave comments, you need to log in

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question