File: fix-for-rollup-3.patch

package info (click to toggle)
node-react 18.2.0%2Bdfsg%2B~cs87.31.26-4
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 30,356 kB
  • sloc: javascript: 361,793; cpp: 1,326; sh: 52; makefile: 46
file content (26 lines) | stat: -rw-r--r-- 576 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
Description: fix for rollup 3
Author: Yadd <yadd@debian.org>
Bug-Debian: https://bugs.debian.org/1022666
Forwarded: not-needed
Last-Update: 2022-10-27

--- a/scripts/rollup/build.js
+++ b/scripts/rollup/build.js
@@ -177,7 +177,7 @@
     format,
     globals,
     freeze: !isProduction,
-    interop: false,
+    interop: 'auto',
     name: globalName,
     sourcemap: false,
     esModule: false,
@@ -536,7 +536,7 @@
     output: {
       externalLiveBindings: false,
       freeze: false,
-      interop: false,
+      interop: 'auto',
       esModule: false,
     },
   };