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 to trigger the build
set NODE_ENV=production && webpack --config config/webpack.config.prod.js --progress --display-error-details
What am I missing?
Here is the output after running npm run pack
which correlates to my production webpack build:
$ npm run pack
> somedir@ pack C:\somedir
> set NODE_ENV=production && webpack --config config/webpack.config.prod.js --progress --display-error-details
95% emitting