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 64a0e4d commit a8bbb69Copy full SHA for a8bbb69
middleware.js
@@ -11,7 +11,7 @@ module.exports = function(compiler, options) {
11
if(!options) options = {};
12
if(options.watchDelay === undefined) options.watchDelay = 200;
13
if(!options.stats) options.stats = {};
14
- if(options.stats.context !== undefined) options.stats.context = process.cwd();
+ if(!options.stats.context) options.stats.context = process.cwd();
15
16
// store our files in memory
17
var files = {};
0 commit comments