We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e299d60 commit 862478eCopy full SHA for 862478e
1 file changed
lib/NormalModule.js
@@ -178,6 +178,7 @@ NormalModule.prototype.build = function build(options, compilation, resolver, fs
178
_this.error = null;
179
_this.errors.length = 0;
180
_this.warnings.length = 0;
181
+ _this.meta = {};
182
return _this.doBuild(options, compilation, resolver, fs, function(err) {
183
_this.dependencies.length = 0;
184
_this.variables.length = 0;
0 commit comments