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
- Host: GitHub
- URL: https://github.com/betasu/background-size-plugin
- Owner: BetaSu
- License: mit
- Created: 2019-05-05T04:22:10.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2019-05-06T07:14:41.000Z (about 7 years ago)
- Last Synced: 2025-02-05T08:46:13.562Z (over 1 year ago)
- Language: JavaScript
- Size: 4.88 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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'
})
]
}
```