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

https://github.com/betasu/background-size-plugin

a webpack plugin to resolve background-size in IE8
https://github.com/betasu/background-size-plugin

Last synced: over 1 year ago
JSON representation

a webpack plugin to resolve background-size in IE8

Awesome Lists containing this project

README

          

# background-size-plugin
a webpack plugin to resolve background-size in IE8

# install
```
npm i background-size-plugin
```

# use
```
// webpack.config.js
{
plugins: [
new BackgroundSizePlugin({
publicPath: 'your publicPath'
})
]
}

```