Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ignore whitespace between comment and hash #7

Open
daniel-white opened this issue Mar 21, 2018 · 1 comment
Open

Ignore whitespace between comment and hash #7

daniel-white opened this issue Mar 21, 2018 · 1 comment

Comments

@daniel-white
Copy link

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.

@perf2711
Copy link

perf2711 commented Aug 9, 2019

This problem also happened in my code. Removing the spaces fixed the problem.
However, in the README the conditionals are clearly written with a space before them.
So, if even this cannot be changed, at least it would be nice to update the README.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants