seek-oss / css-modules-typescript-loader

Webpack loader to create TypeScript declarations for CSS Modules
MIT License
198 stars 27 forks source link

fix: Normalize newlines of read definitions #25

Closed jKatt closed 5 years ago

jKatt commented 5 years ago

This PR fixes #19 by replacing CRLF with LF after reading definition files.

mattcompiles commented 5 years ago

Thanks for the PR. I believe this issue was resolved in the latest version.