Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Showing
with
20 additions
and 4 deletions.
- +1 −0 .gitignore
- +4 −1 Makefile
- +5 −1 package.json
- +8 −0 rollup.config.js
- +1 −1 test/test.html
- +1 −1 test/worker.js
| @@ -0,0 +1,8 @@ | ||
| export default { | ||
| input: 'fetch.js', | ||
| output: { | ||
| file: 'dist/fetch.umd.js', | ||
| format: 'umd', | ||
| name: 'WHATWGFetch' | ||
| } | ||
| } |