We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9982b19 commit 2f0bfebCopy full SHA for 2f0bfeb
packages/node-core/rollup.npm.config.mjs
@@ -28,8 +28,8 @@ export default [
28
plugins: [
29
replacePlugin(
30
{
31
- AnrWorkerScript: () => getAnrBase64Code(),
32
- LocalVariablesWorkerScript: () => getLocalVariablesBase64Code(),
+ AnrWorkerScript: JSON.stringify(getAnrBase64Code()),
+ LocalVariablesWorkerScript: JSON.stringify(getLocalVariablesBase64Code()),
33
},
34
35
delimiters: ['###', '###'],
0 commit comments