I had a problem where my declarations didn't have whitespace: ``` //#if process.env.NODE_ENV !== 'production' ... //#endif ``` It would be nice if the whitespace between `//` and `#` could be ignored.