bholloway / resolve-url-loader

Webpack loader that resolves relative paths in url() statements based on the original source file
563 stars 71 forks source link

Make removeCR default on windows #199

Closed bholloway closed 3 years ago

bholloway commented 3 years ago

Implements #195 proposal.

The default behaviour will be to remove orphan CR characters.

Also updates Webpack 5 end-to-end test.

bholloway commented 3 years ago

End-to-end tests