This commit is contained in:
Thomas Tay 2023-01-26 14:44:01 -08:00
parent 292dd4852a
commit ee2c87bcc2
1 changed files with 2 additions and 2 deletions

View File

@ -58,10 +58,10 @@ class WorkerDependency extends ModuleDependency {
/**
* Update the hash
* @param {Hash} hash hash to be updated
* @param {UpdateHashContext} _context context
* @param {UpdateHashContext} context context
* @returns {void}
*/
updateHash(hash, _context) {
updateHash(hash, context) {
if (this._hashUpdate === undefined) {
this._hashUpdate = this.options.publicPath;
}