Closed chendo closed 5 years ago
Hey @chendo, thanks for reporting this. I've had a look into it and I can't see how we can get it working again. I've opened https://github.com/webpack/webpack/issues/8883 to see if we can get any help from webpack on where to take this.
Thanks for reporting. This should now be fixed in v1.4.0.
Stacktrace:
Related to
output.futureEmitAssets
introduced in webpack v4.29.0 which prevents plugins from accessing asset contents inafterEmit
. Settingoptions.output.futureEmitAssets
tofalse
appears to fix this for now but is used by Next.js v8 projects.Related: https://github.com/honeybadger-io/honeybadger-webpack/issues/85, https://github.com/thredup/rollbar-sourcemap-webpack-plugin/issues/61