[webpack-cli]TypeError: cli.isMultipleCompiler is not a function
[webpack-cli] TypeError: cli.isMultipleCompiler is not a function
at Command.<anonymous> (/Users/sloth/playground/superapp/node_modules/@webpack-cli/serve/lib/index.js:146:35)
at async Promise.all (index 1)
at async Command.<anonymous> (/Users/sloth/playground/superapp/node_modules/webpack-cli/lib/webpack-cli.js:1672:7)
- Change webpack-cli in package.json to the latest version (in my case, 4.10.0)
- Reinstall package (in my case, npm install)
- Start server (in my case, npm start)