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 1d8718f commit 40b5f2dCopy full SHA for 40b5f2d
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