Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(rollup): add configurable parallelism to sourcemap upload #1195

Merged
merged 4 commits into from
Sep 28, 2023

Conversation

BethanyBerkowitz
Copy link
Contributor

@BethanyBerkowitz BethanyBerkowitz commented Sep 27, 2023

Status

READY

Description

Part of #1013.
Closes #1011.

Now that @honeybadger-io/plugin-core is published, this PR allows rollup-plugin to rely on that package and therefore take advantage of the configurable parallelism available in the workerCount option.

Related PRs

#1193

Todos

  • Tests
  • Documentation

Steps to Test or Reproduce

  1. Build the rollup plugin (npm i && npm run build)
  2. Build each of the example projects (npm run build)
  3. Confirm that sourcemaps were uploaded and deploy notification was sent in the HB UI.

@BethanyBerkowitz BethanyBerkowitz added the rollup/vite @honeybadger-io/rollup-plugin label Sep 27, 2023
Copy link
Member

@subzero10 subzero10 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👏

@BethanyBerkowitz BethanyBerkowitz merged commit 85981bc into master Sep 28, 2023
@BethanyBerkowitz BethanyBerkowitz deleted the BKB/rollup-plugin-core branch September 28, 2023 19:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
rollup/vite @honeybadger-io/rollup-plugin
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add configurable parallelism to rollup plugin
2 participants