Just saw a case where a user was using -p and UglifyPlugin separately. Latter was used to set compress['drop_console']. The problem is that this will lead to double minification and it won't work as you might expect.
It would be good to be able to detect this case. Perhaps the same applies to some other plugins as well, but this would be a nice starting point.