nippur72 / ifdef-loader

Webpack loader for JavaScript/TypeScript conditional compilation.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

not working with CRLF line ending file

tiejunhu opened this issue · comments

commented

The lines are splited by "\n", so there will be "\r" the splitted lines, which will cause all regex fail.

commented

#58 fixes this issue