Skip to content

Commit

Permalink
fix rollup config
Browse files Browse the repository at this point in the history
  • Loading branch information
gingerbenw committed Dec 9, 2024
1 parent 7e8257a commit 8c78faf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/browser/rollup.config.npm.mjs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import createRollupConfig from "../../.rollup/index.mjs";

export default createRollupConfig({
input: "src/request.ts",
input: "src/notifier.ts",
external: [
'@bugsnag/core/client',
'@bugsnag/core/event',
Expand Down

0 comments on commit 8c78faf

Please sign in to comment.