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 890fff8 commit 3344fc1Copy full SHA for 3344fc1
packages/node/src/runtimePlugin.ts
@@ -260,7 +260,6 @@ export default function () {
260
const globalThisVal = new Function('return globalThis')();
261
// use normal global assignment
262
globalThisVal[chunkId] = enhancedRemote;
263
- console.log('adding remote', chunkId);
264
callback(enhancedRemote);
265
})
266
.catch(function (error) {
0 commit comments