()
| 66 | }; |
| 67 | |
| 68 | const configtestCommand = () => { |
| 69 | const packageName = "webpack"; |
| 70 | const args = ["configtest"]; |
| 71 | const logMessage = "For using 'configtest' command you need to install: 'webpack' package."; |
| 72 | |
| 73 | return runTest(packageName, args, logMessage); |
| 74 | }; |
| 75 | |
| 76 | module.exports.name = "Missing webpack"; |
| 77 | module.exports.run = [ |