liandhas's avatar

98% after emitting SizeLimitsPlugin

When I tried to npm run watch, it doesn't show any errors, just shows

DONE Compiled successfully in 221ms
0 likes
1 reply
neilstee's avatar

@lianmaymesi check this thread: https://github.com/JeffreyWay/laravel-mix/issues/1942

The solutions are the following:

Install node-sass and sass-loader by running npm install node-sass sass-loader

or

if you put the image to resources/images they will be automatically copied to the public/images and there will be no loop present, the same goes with the font resources/fonts copied to public/fonts

Please or to participate in this conversation.