An open API service indexing awesome lists of open source software.

https://github.com/jspears/css-loader-minimize-issue

A demonstration of the css loader www disappearing issue.
https://github.com/jspears/css-loader-minimize-issue

Last synced: about 2 months ago
JSON representation

A demonstration of the css loader www disappearing issue.

Awesome Lists containing this project

README

          

#Issue
When a url has www in it css-loader removes it.

##Install

```sh
$ git clone https://github.com/jspears/css-loader-minimize-issue.git
$ cd css-loader-minimize-issue
$ npm start
$ grep 'superduper' compiled.js
- note the www is stripped from the background-image property
```