Skip to content

Commit

Permalink
chore: reference esbuild plugin in monorepo readme
Browse files Browse the repository at this point in the history
  • Loading branch information
subzero10 authored May 8, 2024
1 parent 0f6b74f commit 1554425
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,12 @@ You can refer to the README of each package for more information and instruction
- [@honeybadger-io/rollup-plugin](./packages/rollup-plugin)
[![npm version](https://badge.fury.io/js/%40honeybadger-io%2Frollup-plugin.svg)](https://badge.fury.io/js/%40honeybadger-io%2Frollup-plugin)
Rollup/Vite plugin to upload source maps to Honeybadger
- [@honeybadger-io/esbuild-plugin](./packages/esbuild-plugin)
[![npm version](https://badge.fury.io/js/%40honeybadger-io%2Fesbuild-plugin.svg)](https://badge.fury.io/js/%40honeybadger-io%2Fesbuild-plugin)
Esbuild plugin to upload source maps to Honeybadger
- [@honeybadger-io/plugin-core](./packages/plugin-core)
[![npm version](https://badge.fury.io/js/%40honeybadger-io%2Fplugin-core.svg)](https://badge.fury.io/js/%40honeybadger-io%2Fplugin-core)
Utility functions shared between rollup, webpack and other plugins
Utility functions shared between rollup, webpack, esbuild and other plugins

## Documentation and Support

Expand Down

0 comments on commit 1554425

Please sign in to comment.