Do you have the resources/assets/sass/app.scss file in your repo? If that doesn't exist, then there is nothing for Webpack to compile
Jan 31, 2018
3
Level 4
What to do?
Hello to all!
The problem is my css is not compiling, and is always 0 bytes.
I have Laravel 5.5 instalation, I am using Windows 10 64-bit, and Laragon. Several times I have cleaned node_modules folder and installed again. I updated Laravel Mix to version 2, my Node version is 8.9.1.
Whan I run npm run dev (or any other command, development, production) the output is:
My webpack:
Only javascript is compiling, but none of css. This example uses only Sass
This is my package.json file:
What to do?
Thanks
Please or to participate in this conversation.