Package Exports
- @honeybadger-io/plugin-core
- @honeybadger-io/plugin-core/dist/index.js
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (@honeybadger-io/plugin-core) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
Honeybadger JavaScript Build Plugin
Shared library for uploading source maps and sending deploy notifications to Honeybadger.
Usage
You shouldn't need to use this package directly. This package serves as the core implementation of shared functionality meant to be used within Honeybadger's plugins for JS build/bundling systems such as webpack and rollup.
Development
- Run
npm install
- Run the tests with
npm test
- Build with
npm run build
License
This package is MIT licensed. See the MIT-LICENSE file in this folder for details.