At the moment, I am on webpack 1.16.0 and using --theme as an argument to set the output path and plugin paths.
The command appears as:
rimraf dist && webpack --bail --progress --profile --theme=<name of theme>
However, as I try to upgrade to webpack 2.7.0, I encounter this issue: Unknown argument: theme
Is there a way to include the theme with webpack 2.7.0? It seems that theme is not a valid configuration option. What can I substitute for theme?