This is my production webpack config. The two quotes in the title refer to webpack2 and webpack respectively. Both hang for me with a similar error.
This is my command t
I use laravel-mix as a standalone. This is my my config:
let mix = require('laravel-mix'); mix.setPublicPath('./') .js('resources/js/app.js', 'js') .sass('resources/sass/app.scss', 'css');
This worked for me.