I've seen two in the docs ...
https://webpack.js.org/configuration/mode/
version 1
webpack --mode=development
and
https://webpack.js.org/api/cli/
version 2
npx webpack --mode development
One has the equal sign and one does not. If they are both correct, which is preferred?