Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
require() webpack-cli/webpack-command's bin module
Rather than require()-ing the "main" module in webpack-cli/ webpack-command, require() the "bin" module. This avoids the issue described in webpack-contrib/webpack-command#30 where installing packages in this order results in no output from ./node_modules/.bin/webpack: $ npm install webpack-command $ npm install webpack $ ./node_modules/.bin/webpack # exit 0 with no output
- Loading branch information