Sage 9 - Preserve HTML comments in dev environment

Simple question… how can I preserve HTML comments when in development? I like stripping them out for Production but need them preserved while in dev.

FOUND THIS: I found this line in assets/build/webpack.config.optimize.js:

discardComments: { removeAll: true },

Switching to false keep comments BUT I need to keep ONLY comments on no -production environments.