honeybadger-io / honeybadger-webpack

A webpack plugin to send sourcemaps to Honeybadger
MIT License
29 stars 7 forks source link

feat: check auxiliaryFiles before files for Webpack 5 compat #290

Closed KonnorRogers closed 3 years ago

KonnorRogers commented 3 years ago

Status

Ready

Description

Adds Webpack 5 compatibility

Related issues

Related PRs

Todos

Steps to Test or Reproduce

Outline the steps to test or reproduce the PR here.

> git pull --prune
> git checkout <branch>
> npm test
KonnorRogers commented 3 years ago

@joshuap it appears there were some other changes with Webpack 5, gonna take a look at @Pierre-Do 's PR and add it to this before merging.

https://github.com/Pierre-Do/honeybadger-webpack/pull/1/files

I remember seeing this as well in the other sourcemap plugin but didnt have enough insight into Webpack 5 and no tests to verify this behavior.

KonnorRogers commented 3 years ago

closes #288

@Pierre-Do

there were a couple extra fixes needed but this should now be Webpack 5 compatible.