Skip to content

Commit 7836ce2

Browse files
Convert @bugsnag/plugin-simple-throttle to TypeScript (#2242)
* update rollup configuration * convert plugin-simple-throttle to typescript * fix: int-range --------- Co-authored-by: Ben Wilson <ben.wilson@smartbear.com>
1 parent 1c99a3b commit 7836ce2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/plugin-window-onerror/rollup.config.npm.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@ import createRollupConfig from '../../.rollup/index.mjs'
22

33
export default createRollupConfig({
44
input: 'src/onerror.ts'
5-
})
5+
})

0 commit comments

Comments
 (0)