Level 16
@JohnnyL Does it compile if you run npm run dev?
Yesterday I was working on my Laravel application and when I continued this morning Laravel-mix wouldnt compile my js and sass.
I have no idea whats going on since it all worked fine yesterday.
I don't get any errors, it just doesnt work.
Webpack mix:
mix.js( 'resources/assets/js/app.js', 'public/js' ).
sass( 'resources/assets/sass/app.scss', 'public/css' );
Webpack.json watch:
"watch": "cross-env NODE_ENV=development webpack --watch --watch-poll --progress --hide-modules --config=node_modules/laravel-mix/setup/webpack.config.js",
console output:
Asset Size Chunks Chunk Names
mix-manifest.json 90 bytes [emitted]
Manifest
{
"/js/app.js": "/js/app.js",
"/css/app.css": "/css/app.css",
"/mix.js": "/mix.js"
}
Please or to participate in this conversation.