We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 79640dd commit e0f4525Copy full SHA for e0f4525
1 file changed
src/build/inline-worker-loader/worker-loader.js
@@ -2,6 +2,7 @@ const realWorkerLoader = require('worker-loader');
2
3
module.exports.pitch = function inlineWorkerLoaderPitch (...args) {
4
// This is a hack to always make worker-loader run inline.
5
+ console.log(...args, this);
6
const newThis = new Proxy(this, {
7
get(target, property) {
8
if (property === 'query') {
0 commit comments