protocol-relative-replace-loader
v1.0.0
Published
Webpack loader for SASS/LESS/CSS files which replaces protocol-relative URLs with https when used in the url() functional notation (Example: background-image: url('//hostname.com/photo.jpg') => background-image: url('https://hostname.com/photo.jpg'))
Downloads
4
Maintainers
Readme
protocol-relative-replace-loader
Webpack loader which replaces protocol-relative URLs with https (//hostname.com/photo.jpg => https://hostname.com/photo.jpg)