From 452e45fefaba20c49ca6c80f8f1855e1dafedf29 Mon Sep 17 00:00:00 2001 From: Kevin Tew Date: Fri, 9 Nov 2018 14:14:25 -0700 Subject: [PATCH] Update ParallelModulePlugin.js This causes an error for me when I use webpack. --- lib/ParallelModulePlugin.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/ParallelModulePlugin.js b/lib/ParallelModulePlugin.js index 9f957216..d5c9acba 100644 --- a/lib/ParallelModulePlugin.js +++ b/lib/ParallelModulePlugin.js @@ -18,7 +18,7 @@ const webpackBin = () => { const configPath = compiler => { try { return require.resolve( - resolve(compiler.options.context || process.cwd(), 'webpack.config'), + resolve(compiler.options.context || process.cwd(), 'webpack.config') ); } catch (e) {} try {