Skip to content

Commit 6e9fc0e

Browse files
committed
make global this correct when using rollup
1 parent 61bd979 commit 6e9fc0e

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

rollup.config.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,6 @@ export default {
55
format: 'umd',
66
name: 'WHATWGFetch',
77
strict: false
8-
}
8+
},
9+
context: 'this'
910
}

0 commit comments

Comments
 (0)