mirror of https://github.com/webpack/webpack.git
lint
This commit is contained in:
parent
292dd4852a
commit
ee2c87bcc2
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue