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

https://github.com/afeiship/dns-prefetch-webpack-plugin

Dns prefetch webpack plugin.
https://github.com/afeiship/dns-prefetch-webpack-plugin

dns plugin prefetch webpack

Last synced: about 1 year ago
JSON representation

Dns prefetch webpack plugin.

Awesome Lists containing this project

README

          

# dns-prefetch-webpack-plugin
> Dns prefetch webpack plugin.

## installation
```bash
npm install @jswork/dns-prefetch-webpack-plugin
```

## usage
```js
new DnsPrefetchWebpackPlugin({
items:[
'//www.baidu.com',
'//img0.baidu.com',
'//img1.baidu.com'
]
})
```