openedx / wg-frontend

Open edX Frontend Working Group
4 stars 1 forks source link

Notify upstream owners of new-relic-source-map-webpack-plugin #23

Closed davidjoy closed 1 year ago

davidjoy commented 3 years ago

Decide if we want to inform the upstream owners of new-relic-source-map-webpack-plugin that we're maintaining a fork that works with webpack 5.

davidjoy commented 3 years ago

@adamstankiewicz, did we do this already?

adamstankiewicz commented 3 years ago

@adamstankiewicz, did we do this already?

Not yet. Wasn't sure who the right person/people might be to notify, e.g. the last person who made a commit, the original author of the repo, the 2 people part of the owning organization?

Any thoughts there?

adamstankiewicz commented 3 years ago

@twhid We needed the new-relic-source-map-webpack-plugin to be compatible with Webpack 5 but that plugin hasn't been updated recently and is currently archived. I forked the repo and made the necessary fixes to make it compatible with Webpack 5 here: https://github.com/edx/new-relic-source-map-webpack-plugin

We figured it'd be worth letting you know (as the initial commiter of new-relic-source-map-webpack-plugin) as it may be worthwhile to link to our Webpack 5 compatible fork from the README for any other teams who need this plugin to work with Webpack 5.

For example, maybe something along the lines of this: image