Skip to content
This repository was archived by the owner on Sep 9, 2021. It is now read-only.

Commit 79a0b4c

Browse files
authored
chore: add code comment for clarity, trigger circle
1 parent 6a865e6 commit 79a0b4c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/index.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,8 @@ export function pitch(request) {
5252
worker.compiler = this._compilation
5353
.createChildCompiler('worker', worker.options);
5454

55+
// Tapable.apply is deprecated in tapable@1.0.0-x.
56+
// The plugins should now call apply themselves.
5557
new WebWorkerTemplatePlugin(worker.options).apply(worker.compiler);
5658

5759
if (this.target !== 'webworker' && this.target !== 'web') {

0 commit comments

Comments
 (0)