Skip to content

Commit

Permalink
remove strict mode from bundle
Browse files Browse the repository at this point in the history
  • Loading branch information
JakeChampion committed Jul 9, 2020
1 parent 3c0efb5 commit b82edc2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion rollup.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ export default {
output: {
file: 'dist/fetch.umd.js',
format: 'umd',
name: 'WHATWGFetch'
name: 'WHATWGFetch',
strict: false
}
}

0 comments on commit b82edc2

Please sign in to comment.