afterwind-io / preprocessor-loader

Bring the awesome "Conditional Compilation" to the Webpack, and more.
MIT License
40 stars 12 forks source link

added HTML comment support #2

Closed marcpmichel closed 5 years ago

afterwind-io commented 5 years ago

@marcpmichel Thanks for the pr!

When processing HTML, there are more cases should be noticed, which I am planning to do now. For example:

Also I am considering improving the code base to better support language specific extension. I will keep you informed when it is done.

afterwind-io commented 5 years ago

@marcpmichel I have released a new version to cover HTML syntax, and rewritten most of the code. "Nested If" is not included because it is a quite rare case IMO.

And again, thanks for the pr!