File: rollup-3.patch

package info (click to toggle)
node-whatwg-fetch 3.6.2-7
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 256 kB
  • sloc: javascript: 2,103; makefile: 14
file content (14 lines) | stat: -rw-r--r-- 325 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
Description: fix for rollup 3
Author: Yadd <babelouest@debian.org>
Bug-Debian: https://bugs.debian.org/1022647
Forwarded: not-needed
Last-Update: 2022-10-26

--- a/rollup.config.js
+++ b/rollup.config.js
@@ -1,4 +1,4 @@
-export default {
+module.exports = {
   input: 'fetch.js',
   output: {
     file: 'dist/fetch.umd.js',