Skip to content

Commit b82edc2

Browse files
committed
remove strict mode from bundle
1 parent 3c0efb5 commit b82edc2

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

rollup.config.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ export default {
33
output: {
44
file: 'dist/fetch.umd.js',
55
format: 'umd',
6-
name: 'WHATWGFetch'
6+
name: 'WHATWGFetch',
7+
strict: false
78
}
89
}

0 commit comments

Comments
 (0)