I want to run webpack with some key like
./bin/webpack -stateless
OR
./bin/webpack stateless=true
and check later in config if stateless is true do something, if not do another thing.
I want to run webpack with some key like
./bin/webpack -stateless
OR
./bin/webpack stateless=true
and check later in config if stateless is true do something, if not do another thing.