From 363723fc84f7b8477592e0105aeb331ec9a017af Mon Sep 17 00:00:00 2001 From: Florian Dold Date: Mon, 14 Aug 2017 05:01:11 +0200 Subject: node_modules --- node_modules/webpack/lib/RawModule.js | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'node_modules/webpack/lib/RawModule.js') diff --git a/node_modules/webpack/lib/RawModule.js b/node_modules/webpack/lib/RawModule.js index 3d29cdb98..d937cafc0 100644 --- a/node_modules/webpack/lib/RawModule.js +++ b/node_modules/webpack/lib/RawModule.js @@ -47,4 +47,8 @@ module.exports = class RawModule extends Module { return new RawSource(this.sourceStr); } + updateHash(hash) { + hash.update(this.sourceStr); + super.updateHash(hash); + } }; -- cgit v1.2.3