Skip to content

Commit e0f4525

Browse files
authored
Packager/worker-loader.js -- debug here for optimization
1 parent 79640dd commit e0f4525

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/build/inline-worker-loader/worker-loader.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ const realWorkerLoader = require('worker-loader');
22

33
module.exports.pitch = function inlineWorkerLoaderPitch (...args) {
44
// This is a hack to always make worker-loader run inline.
5+
console.log(...args, this);
56
const newThis = new Proxy(this, {
67
get(target, property) {
78
if (property === 'query') {

0 commit comments

Comments
 (0)