Skip to content

Commit

Permalink
Add context parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
timneutkens committed Aug 21, 2020
1 parent c2a42e4 commit 361e81d
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,8 @@ class CssModule extends webpack.Module {
callback()
}

updateHash(hash) {
super.updateHash(hash)
updateHash(hash, context) {
super.updateHash(hash, context)
hash.update(this.content)
hash.update(this.media || '')
hash.update(this.sourceMap ? JSON.stringify(this.sourceMap) : '')
Expand Down

0 comments on commit 361e81d

Please sign in to comment.