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.
2 parents d2e4e0f + 3b5c56b commit 6c28462Copy full SHA for 6c28462
src/utils/buildWorkerCode.js
@@ -43,7 +43,7 @@ export default base64;
43
return `
44
/* eslint-disable */
45
import {${factoryFuncName}} from '\0rollup-plugin-web-worker-loader::helper::${options.targetPlatform}::${factoryFuncName}';
46
-var WorkerFactory = ${factoryFuncName}(${argsString});
+var WorkerFactory = /*#__PURE__*/${factoryFuncName}(${argsString});
47
export default WorkerFactory;
48
/* eslint-enable */\n`;
49
}
0 commit comments