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 {