This was my own stupidity, but I spent a while debugging why it was failing to even begin the Webpack build and just hanging, before realising I had left a call to the BundleAnalyzerPlugin module in my Webpack production config. Removing/commenting this module fixed the issue. Not sure if it's possible to produce an error/warning for this in the future, but obviously it works locally but then silently fails in the build process.
Thanks again for the module.
This was my own stupidity, but I spent a while debugging why it was failing to even begin the Webpack build and just hanging, before realising I had left a call to the BundleAnalyzerPlugin module in my Webpack production config. Removing/commenting this module fixed the issue. Not sure if it's possible to produce an error/warning for this in the future, but obviously it works locally but then silently fails in the build process.
Thanks again for the module.