We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 264dd2b commit ef23076Copy full SHA for ef23076
middleware.js
@@ -53,7 +53,6 @@ module.exports = function(compiler, options) {
53
if(typeof options.reporter !== "function") options.reporter = defaultReporter;
54
55
// store our files in memory
56
- var files = {};
57
var fs = compiler.outputFileSystem = new MemoryFileSystem();
58
59
compiler.plugin("done", function(stats) {
0 commit comments